]> git.lizzy.rs Git - nothing.git/blobdiff - src/game/level/phantom_platforms.h
Try to fix cmake build
[nothing.git] / src / game / level / phantom_platforms.h
index 4b46d920b12161f158ccfd77df9f925d8e8585f7..3a5557eac43e4c95a349512953a8dc43899708c7 100644 (file)
@@ -1,6 +1,11 @@
 #ifndef PHANTOM_PLATFORMS_H_
 #define PHANTOM_PLATFORMS_H_
 
+#include <stdlib.h>
+#include "math/rect.h"
+#include "color.h"
+#include "game/level/level_editor/rect_layer.h"
+
 typedef struct {
     size_t size;
     Rect *rects;