update helpers/location to 'frosted' ui
[carveJwlIkooP6JGAAIwe30JlM.git] / world_load.h
1 #pragma once
2 #include <time.h>
3
4 #include "world.h"
5 #include "addon.h"
6
7 void world_free( world_instance *world );
8 int world_freeable( world_instance *world );
9 int skaterift_load_world_command( int argc, const char *argv[] );
10 void skaterift_change_world_start( addon_reg *reg );
11 void skaterift_change_client_world_preupdate(void);