mirror of
https://github.com/zoriya/My3D.git
synced 2026-06-03 10:45:52 +00:00
Coding style
This commit is contained in:
@@ -9,15 +9,15 @@
|
||||
|
||||
typedef enum display_type
|
||||
{
|
||||
HAPPINESS_DISPLAY,
|
||||
STUPIDITY_DISPLAY,
|
||||
SELECT_TILE_DISPLAY
|
||||
HAPPINESS_DISPLAY,
|
||||
STUPIDITY_DISPLAY,
|
||||
SELECT_TILE_DISPLAY
|
||||
} display_type;
|
||||
|
||||
struct game_display
|
||||
{
|
||||
gc_component base;
|
||||
display_type type;
|
||||
gc_component base;
|
||||
display_type type;
|
||||
};
|
||||
|
||||
const struct game_display game_display;
|
||||
|
||||
Reference in New Issue
Block a user