Coding style

This commit is contained in:
AnonymusRaccoon
2020-03-12 18:31:36 +01:00
parent d23aef0881
commit 9d4cfec973
40 changed files with 941 additions and 1088 deletions
+5 -5
View File
@@ -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;