Clean up.

This commit is contained in:
2026-03-31 22:05:40 -07:00
parent 165ba90102
commit 34727294b7
3 changed files with 40 additions and 86 deletions
+3 -6
View File
@@ -86,7 +86,8 @@ typedef struct game_input {
game_button_state MouseButtons[5];
S32 MouseX, MouseY, MouseZ; /* NOTE: MouseZ is the wheel. */
/* TODO: Insert clock value here . . . */
F32 SecondsToAdvanceOverUpdate;
game_controller_input Controllers[5];
} game_input;
@@ -135,11 +136,7 @@ void UpdateAndRender(thread_context *Thread, game_memory *Memory,
*/
typedef struct game_state {
S32 ToneHz;
S32 GreenOffset;
S32 BlueOffset;
F32 tSine;
void *filler;
} game_state;
#endif