Separate engine and game

This commit is contained in:
2023-11-07 16:55:14 +01:00
parent 8a13edb838
commit 20034c96e6
922 changed files with 526 additions and 29 deletions

8
game/common.h Normal file
View File

@@ -0,0 +1,8 @@
#ifndef PIXELDEFENSE_COMMON_H
#define PIXELDEFENSE_COMMON_H
#include <stdint.h>
#include <stdbool.h>
#include <stddef.h>
#endif //PIXELDEFENSE_COMMON_H