home · contact · privacy
Moved initialization of map object definitions from defs file into map_objects library.
[plomrogue] / src / misc.h
index 68db82265e26ca15fe9c959190deff60372d6a7f..5d90d15c59cf68d1e93fc47de3d442330db74f95 100644 (file)
@@ -2,8 +2,8 @@
 #define MISC_H
 
 #include <stdint.h>
-#include "yx_uint16.h"
 #include <stdio.h>
+#include "yx_uint16.h"
 
 struct World;
 struct WinMeta;