Proper build UI

This commit is contained in:
2024-01-23 16:54:39 +01:00
parent f3acb1a0a3
commit b6e54a7fcb
9 changed files with 110 additions and 30 deletions

View File

@@ -7,4 +7,11 @@ enum {
COLL_LAYER_TRANSPARENCY = 7,
};
typedef enum Player {
PLAYER_RED = 0,
PLAYER_BLUE = 1,
PLAYER_COUNT
} Player;
#endif //PIXELDEFENSE_CONSTANTS_H