diff options
Diffstat (limited to 'include/playerObject.h')
-rw-r--r-- | include/playerObject.h | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/include/playerObject.h b/include/playerObject.h index 7feb894..acfadbc 100644 --- a/include/playerObject.h +++ b/include/playerObject.h @@ -4,6 +4,7 @@ #include "toolbox.h" #include "fixed.h" #include "sinlut.h" +#include "camera.h" #ifndef PLAYEROBJECT_H #define PLAYEROBJECT_H @@ -11,6 +12,7 @@ #define GRAVITY 0.75 typedef struct playerObject { + CAMERA camera; VELOCITY vel; POINT pt; u32 rotation; // Rotation amount |