1
0
mirror of https://github.com/Tha14/toxic.git synced 2025-06-19 16:06:36 +02:00

Fix small build bug and bump to v0.11.1

This commit is contained in:
jfreegman
2021-06-28 16:04:25 -04:00
parent 8dfd009e0e
commit 768617a129
5 changed files with 11 additions and 9 deletions

View File

@ -24,6 +24,7 @@
#define GAME_UTIL
#include <stdbool.h>
#include <time.h>
typedef struct Coords {
int x;