basic npc
[carveJwlIkooP6JGAAIwe30JlM.git] / world.h
diff --git a/world.h b/world.h
index 823b38c70e7992ae838f91b6dd0f55a330feec1e..93bc195b4e241c58cfe3c0d9fc83c58b11b5a359 100644 (file)
--- a/world.h
+++ b/world.h
@@ -6,6 +6,7 @@
 #include "render.h"
 #include "network_msg.h"
 #include "addon.h"
+#include "scene.h"
 
 /* types
  */
@@ -186,7 +187,8 @@ struct world_instance {
                  ent_miniworld,
                  ent_prop,
                  ent_region,
-                 ent_glider;
+                 ent_glider,
+                 ent_npc;
 
    enum skybox {
       k_skybox_default,