X-Git-Url: https://harrygodden.com/git/?a=blobdiff_plain;f=world_map.h;fp=world_map.h;h=4fbd6fc6af5d6ad36ab219644b2372a7e77a44a7;hb=14267d2fb3d228060aef8e4de729254813ec245f;hp=0000000000000000000000000000000000000000;hpb=0c3d1d55160d5ce911ead69de84b1d8200a0036f;p=carveJwlIkooP6JGAAIwe30JlM.git diff --git a/world_map.h b/world_map.h new file mode 100644 index 0000000..4fbd6fc --- /dev/null +++ b/world_map.h @@ -0,0 +1,18 @@ +#ifndef RESPAWN_H +#define RESPAWN_H + +#include "skaterift.h" + +struct { + v2f plane_pos; + f32 boom_dist; + u32 world_id; + u32 home_select; + + ent_spawn *spawn; + camera cam; +} +static world_map; +static void world_map_enter(void); + +#endif /* RESPAWN_H */