From 32792bb121ea2bb1a96eca821061a3a9b13a6a78 Mon Sep 17 00:00:00 2001 From: nathansmith117 Date: Mon, 6 May 2024 18:57:31 -0600 Subject: Shooter mini game works --- src/gameScreen.h | 2 ++ 1 file changed, 2 insertions(+) (limited to 'src/gameScreen.h') 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 -- cgit v1.2.3