ragdoll quality improvements
[carveJwlIkooP6JGAAIwe30JlM.git] / world_map.h
1 #ifndef RESPAWN_H
2 #define RESPAWN_H
3
4 #include "skaterift.h"
5
6 struct {
7 v2f plane_pos;
8 f32 boom_dist;
9 u32 world_id;
10 u32 home_select;
11
12 ent_spawn *spawn;
13 camera cam;
14 }
15 static world_map;
16 static void world_map_enter(void);
17
18 #endif /* RESPAWN_H */