Move camera logic to its own compilation unit.

Also remove unused shaders file.
This commit is contained in:
2017-10-25 16:30:04 +02:00
parent b459b22a97
commit f2c3708485
5 changed files with 86 additions and 67 deletions

10
src/camera.hpp Normal file
View File

@@ -0,0 +1,10 @@
#pragma once
namespace fmri
{
void registerCameraControls();
void configureCamera();
void resetCamera();
}