summary refs log tree commit diff stats
path: root/src/components/controllable.h
diff options
context:
space:
mode:
Diffstat (limited to 'src/components/controllable.h')
-rw-r--r--src/components/controllable.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/components/controllable.h b/src/components/controllable.h index fa78c8b..1b12985 100644 --- a/src/components/controllable.h +++ b/src/components/controllable.h
@@ -2,7 +2,7 @@
2#define CONTROLLABLE_H_4E0B85B4 2#define CONTROLLABLE_H_4E0B85B4
3 3
4#include "component.h" 4#include "component.h"
5#include "renderer.h" 5#include "renderer/gl.h"
6 6
7class ControllableComponent : public Component { 7class ControllableComponent : public Component {
8public: 8public: