.
This commit is contained in:
@@ -3,8 +3,8 @@
|
||||
|
||||
#include <stdint.h>
|
||||
|
||||
#define WORLD_WIDTH = 256
|
||||
#define WORLD_HEIGHT = 256
|
||||
#define WORLD_WIDTH = 256;
|
||||
#define WORLD_HEIGHT = 256;
|
||||
|
||||
typedef enum {
|
||||
Q_EMPTY,
|
||||
|
||||
Reference in New Issue
Block a user