mirror of
https://github.com/thepigeongenerator/tetris_clone.git
synced 2025-12-17 14:05:45 +01:00
Initial commit
This commit is contained in:
9
src/game/game.h
Normal file
9
src/game/game.h
Normal file
@@ -0,0 +1,9 @@
|
||||
#pragma once
|
||||
#include <SDL2/SDL.h>
|
||||
|
||||
// stores the data used in the game
|
||||
typedef struct {
|
||||
} GameData;
|
||||
|
||||
// updates the game's state
|
||||
void game_update(GameData game_data, const Uint8* keys);
|
||||
Reference in New Issue
Block a user