diff options
author | nathansmithsmith <nathansmith7@mailfence.com> | 2023-09-29 23:51:12 -0600 |
---|---|---|
committer | nathansmithsmith <nathansmith7@mailfence.com> | 2023-09-29 23:51:12 -0600 |
commit | e68a40c4da4093a51ea7596757413ca4964ff51f (patch) | |
tree | 7c9606895fcaf585b2f31624dfd18bc7daaf67f3 /src/levels.c | |
parent | badfbb1ff98026a4433a146f9caa433be3a46785 (diff) |
Started working on levels
Diffstat (limited to 'src/levels.c')
-rw-r--r-- | src/levels.c | 4 |
1 files changed, 4 insertions, 0 deletions
diff --git a/src/levels.c b/src/levels.c new file mode 100644 index 0000000..ff2b2b6 --- /dev/null +++ b/src/levels.c @@ -0,0 +1,4 @@ +#include "levels.h" + +const LevelInfo levelInfoList[LEVELS_COUNT] = { +}; |