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
+3 -3
View File
@@ -9,9 +9,9 @@
struct game_manager
{
gc_component base;
int happiness;
int stupidity;
gc_component base;
int happiness;
int stupidity;
};
const struct game_manager game_manager;