build system revision
[carveJwlIkooP6JGAAIwe30JlM.git] / entity.h
index 1adeb7e6095643d31c5e4654e02d60d13438f5e0..2874441a51b56b0cfccd440f72d4800d6a4e93eb 100644 (file)
--- a/entity.h
+++ b/entity.h
@@ -1,6 +1,7 @@
-#ifndef ENTITY_H
-#define ENTITY_H
+#pragma once
 
+#include "vg/vg_audio.h"
+#include "vg/vg_imgui.h"
 #include "model.h"
 
 typedef struct ent_spawn ent_spawn;
@@ -565,5 +566,3 @@ struct ent_glider {
 
 #include "world.h"
 static void entity_call( world_instance *world, ent_call *call );
-
-#endif /* ENTITY_H */