Working HTML5 version

This commit is contained in:
2024-01-29 00:10:31 +01:00
parent 410c3d217e
commit 409d9027ef
11 changed files with 108 additions and 30 deletions

View File

@@ -13,5 +13,9 @@ typedef enum Player {
PLAYER_COUNT
} Player;
// defined in main.c
extern const char *SETTINGS_PATH;
#endif //PIXELDEFENSE_CONSTANTS_H