What am I even doing at this point
This commit is contained in:
@@ -1,15 +0,0 @@
|
|||||||
#include "world.h"
|
|
||||||
|
|
||||||
enum quadrant_type {
|
|
||||||
empty,
|
|
||||||
asteroid_field,
|
|
||||||
star_system,
|
|
||||||
nebula,
|
|
||||||
black_hole,
|
|
||||||
white_hole,
|
|
||||||
pulsar,
|
|
||||||
quasar,
|
|
||||||
supernova,
|
|
||||||
anomaly,
|
|
||||||
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