diff options
author | nathansmith117 <thenathansmithsmith@gmail.com> | 2024-05-07 00:57:31 +0000 |
---|---|---|
committer | nathansmith117 <thenathansmithsmith@gmail.com> | 2024-05-07 00:57:31 +0000 |
commit | 32792bb121ea2bb1a96eca821061a3a9b13a6a78 (patch) | |
tree | 7ee5bd241b37d643db0e5a55ed27419215adbed2 /src/gameScreen.h | |
parent | 529bec904716fc91ecd937a06bf81ea150cf3c72 (diff) | |
download | PenguinYippies-32792bb121ea2bb1a96eca821061a3a9b13a6a78.tar.gz PenguinYippies-32792bb121ea2bb1a96eca821061a3a9b13a6a78.tar.bz2 PenguinYippies-32792bb121ea2bb1a96eca821061a3a9b13a6a78.zip |
Shooter mini game works
Diffstat (limited to 'src/gameScreen.h')
-rw-r--r-- | src/gameScreen.h | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/src/gameScreen.h b/src/gameScreen.h index 2b34a05..a745051 100644 --- a/src/gameScreen.h +++ b/src/gameScreen.h @@ -7,6 +7,8 @@ #ifndef GAME_SCREEN_H #define GAME_SCREEN_H +#define RUN_SHOOTER_GAME_EVERY 100 + typedef enum GamePlayPlace { CLICKY_DESKTOP_PLACE, SHOP_PLACE |