X-Git-Url: https://harrygodden.com/git/?a=blobdiff_plain;f=world_load.c;h=cf1032ec540a8db0ea935a38c969e02ac086b2d4;hb=93790b71d3a89724255dc73239e38c08ad4bbac7;hp=312d61a09b15d937d7a16d0c800ba70bdf0391ed;hpb=8d336ea2cde7c596296dbaf0d3ce27a82c6c6cf0;p=carveJwlIkooP6JGAAIwe30JlM.git diff --git a/world_load.c b/world_load.c index 312d61a..cf1032e 100644 --- a/world_load.c +++ b/world_load.c @@ -1,6 +1,3 @@ -#ifndef WORLD_LOAD_C -#define WORLD_LOAD_C - #include "world_load.h" #include "world_routes.h" #include "world_gate.h" @@ -11,6 +8,8 @@ #include "network.h" #include "player_remote.h" #include "vg/vg_loader.h" +#include "vg/vg_io.h" +#include /* * load the .mdl file located in path as a world instance @@ -553,5 +552,3 @@ void world_init_blank( world_instance *world ) v3_copy( (v3f){1.000f, 0.809f, 0.318f}, state->g_sun_colour ); #endif } - -#endif /* WORLD_LOAD_C */