mirror of
https://github.com/zoriya/My3D.git
synced 2026-06-02 02:26:35 +00:00
Solving some warning
This commit is contained in:
@@ -12,12 +12,12 @@ typedef enum display_type
|
||||
HAPPINESS_DISPLAY,
|
||||
STUPIDITY_DISPLAY,
|
||||
SELECT_TILE_DISPLAY
|
||||
} display_type;
|
||||
} display_type_enum;
|
||||
|
||||
struct game_display
|
||||
{
|
||||
gc_component base;
|
||||
display_type type;
|
||||
display_type_enum type;
|
||||
};
|
||||
|
||||
const struct game_display game_display;
|
||||
|
||||
Reference in New Issue
Block a user