fix rendering issue in workshop board preview
[carveJwlIkooP6JGAAIwe30JlM.git] / world_load.h
1 #ifndef WORLD_LOAD_H
2 #define WORLD_LOAD_H
3
4 #include <time.h>
5
6 #include "world.h"
7 #include "world_gen.h"
8 #include "world_routes.h"
9 #include "world_entity.h"
10 #include "world_volumes.h"
11 #include "addon.h"
12
13 static void world_free( world_instance *world );
14 static int world_freeable( world_instance *world );
15 static int skaterift_load_world_command( int argc, const char *argv[] );
16
17 #endif /* WORLD_LOAD_H */