.
This commit is contained in:
@@ -1,3 +1,5 @@
|
|||||||
|
#include "world.h"
|
||||||
|
|
||||||
enum quadrant_type {
|
enum quadrant_type {
|
||||||
empty,
|
empty,
|
||||||
asteroid_field,
|
asteroid_field,
|
||||||
@@ -10,4 +12,4 @@ enum quadrant_type {
|
|||||||
supernova,
|
supernova,
|
||||||
anomaly,
|
anomaly,
|
||||||
singularity
|
singularity
|
||||||
}
|
};
|
||||||
|
|||||||
@@ -3,8 +3,8 @@
|
|||||||
|
|
||||||
#include <stdint.h>
|
#include <stdint.h>
|
||||||
|
|
||||||
#define WORLD_WIDTH = 256
|
#define WORLD_WIDTH = 256;
|
||||||
#define WORLD_HEIGHT = 256
|
#define WORLD_HEIGHT = 256;
|
||||||
|
|
||||||
typedef enum {
|
typedef enum {
|
||||||
Q_EMPTY,
|
Q_EMPTY,
|
||||||
|
|||||||
Reference in New Issue
Block a user