diff options
author | nathansmithsmith <thenathansmithsmith@gmail.com> | 2023-07-23 18:53:25 -0600 |
---|---|---|
committer | nathansmithsmith <thenathansmithsmith@gmail.com> | 2023-07-23 18:53:25 -0600 |
commit | 5a3b3a062862cdeee96b3ec4641ac684b28659f8 (patch) | |
tree | 2994bea3543c1bc694f18f2bc26b0459178759fa /src/gameCommon.h | |
parent | a408b352f13df546b2262ca01cf162b60891cdae (diff) |
Soldato following
Diffstat (limited to 'src/gameCommon.h')
-rw-r--r-- | src/gameCommon.h | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/src/gameCommon.h b/src/gameCommon.h index d1d78ee..089d891 100644 --- a/src/gameCommon.h +++ b/src/gameCommon.h @@ -17,6 +17,7 @@ // Types be like. typedef struct Game Game; +typedef struct World World; typedef struct Entity Entity; // How far from center you can go. |