This commit is contained in:
2024-09-10 22:32:31 +01:00
parent 51c9509a13
commit 6e289f79fd
4 changed files with 86 additions and 60 deletions

View File

@@ -125,7 +125,8 @@ struct GameState {
};
// === Game to platform services ===
void gameUpdateAndRender(GameMemory *memory, GameInput *input, GameOffscreenBuffer *videoBuf, GameSoundOutputBuffer *soundBuf);
internal void gameUpdateAndRender(GameMemory *memory, GameInput *input, GameOffscreenBuffer *videoBuf);
internal void gameGetSoundSamples(GameMemory *memory, GameSoundOutputBuffer *soundBuf);
// === Platform to game services ===
#if HANDMADE_INTERNAL