render fix, menu
[carveJwlIkooP6JGAAIwe30JlM.git] / world.h
diff --git a/world.h b/world.h
index f065cb3ccf78abe82a48966da1c396b8d30e9408..962b96405c87ccb076122ee2eb89d6a82bfbc90a 100644 (file)
--- a/world.h
+++ b/world.h
@@ -168,7 +168,8 @@ struct world_instance {
                  ent_traffic,
                  ent_skateshop,
                  ent_marker,
-                 ent_camera;
+                 ent_camera,
+                 ent_swspreview;
 
    ent_gate *rendering_gate;
 
@@ -264,6 +265,7 @@ struct world_global{
    u32 text_particle_count;
 }
 static world_global;
+VG_STATIC void entity_call( world_instance *world, ent_call *call );
 
 VG_STATIC world_instance *get_active_world( void )
 {