Proper build UI
This commit is contained in:
@@ -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
|
||||
|
||||
Reference in New Issue
Block a user