mission is possible 2
[carveJwlIkooP6JGAAIwe30JlM.git] / ent_skateshop.h
index f73b875d069004144d3123fd18a01fd97a3b9426..c368c8d3425cfd3f9592250e6e551b91407712a4 100644 (file)
@@ -2,6 +2,7 @@
 #define ENT_SKATESHOP_H
 
 #include "world.h"
+#include "world_load.h"
 #include "player.h"
 #include "vg/vg_steam_remote_storage.h"
 #include "workshop.h"
@@ -70,17 +71,22 @@ struct{
       enum registry_board_state state;
       char foldername[64];
       u32 foldername_hash;
+      enum world_load_type type;
       
+#if 0
       int meta_present;
       ent_worldinfo info;
+#endif
    }
    *world_registry;
    u32 t1_world_registry_count,
           world_registry_count,
-       selected_world_id;
+       selected_world_id,
+       pointcloud_world_id;
 }
 static global_skateshop;
 
+VG_STATIC void global_skateshop_exit(void);
 VG_STATIC void watch_cache_board( struct cache_board *ptr );
 VG_STATIC void unwatch_cache_board( struct cache_board *ptr );