Day 28 complete.
This commit is contained in:
+3
-2
@@ -87,7 +87,7 @@ typedef struct game_input {
|
||||
game_button_state MouseButtons[5];
|
||||
S32 MouseX, MouseY, MouseZ; /* NOTE: MouseZ is the wheel. */
|
||||
|
||||
F32 SecondsToAdvanceOverUpdate;
|
||||
F32 dtForFrame;
|
||||
|
||||
game_controller_input Controllers[5];
|
||||
} game_input;
|
||||
@@ -137,7 +137,8 @@ void UpdateAndRender(thread_context *Thread, game_memory *Memory,
|
||||
*/
|
||||
|
||||
typedef struct game_state {
|
||||
void *filler;
|
||||
F32 PlayerX;
|
||||
F32 PlayerY;
|
||||
} game_state;
|
||||
|
||||
#endif
|
||||
|
||||
Reference in New Issue
Block a user