Add world.c and world.h

This commit is contained in:
2026-02-17 13:15:54 +01:00
parent 4bb81d0c68
commit ea9acc1e3d
2 changed files with 36 additions and 0 deletions

13
iris_c/world.c Normal file
View File

@@ -0,0 +1,13 @@
enum quadrant_type {
empty,
asteroid_field,
star_system,
nebula,
black_hole,
white_hole,
pulsar,
quasar,
supernova,
anomaly,
singularity
}