parent
6c1349b526
commit
a2cc45117d
@ -0,0 +1,12 @@ |
|||||||
|
#pragma once |
||||||
|
|
||||||
|
#include "renderer.hpp" |
||||||
|
#include "GLFW/glfw3.h" |
||||||
|
|
||||||
|
class Controller { |
||||||
|
Controller(GLFWwindow* win); |
||||||
|
Controller(GLFWwindow* win, Renderer::Camera cam); |
||||||
|
|
||||||
|
protected: |
||||||
|
Renderer::Camera cam; |
||||||
|
}; |
Loading…
Reference in new issue