prettynames.c

This commit is contained in:
2026-02-24 13:59:10 +01:00
parent a1d157c69f
commit a094105476
2 changed files with 27 additions and 0 deletions

8
iris_c/prettynames.h Normal file
View File

@@ -0,0 +1,8 @@
#ifndef PRETTYNAMES_H
#define PRETTYNAMES_H
#include "world.h"
const char *quadrant_type_name(quadrant_type type);
#endif