What am I even doing at this point

This commit is contained in:
2026-02-17 13:20:09 +01:00
parent f6b4cf11b0
commit 0e8a1b46ec
2 changed files with 2 additions and 17 deletions

View File

@@ -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
};

View File

@@ -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,