Separate engine and game
This commit is contained in:
8
game/common.h
Normal file
8
game/common.h
Normal 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
|
||||
Reference in New Issue
Block a user