fix geo crash & backflips
[carveJwlIkooP6JGAAIwe30JlM.git] / player_device_common.h
1 #ifndef PLAYER_DEVICE_COMMON_H
2 #define PLAYER_DEVICE_COMMON_H
3
4 #define VG_GAME
5 #include "vg/vg.h"
6 #include "common.h"
7 #include "player_interface.h"
8
9 struct device_transition_skateboard
10 {
11 v3f dir;
12 };
13
14 struct device_transition_walk
15 {
16 v3f angles;
17 };
18
19 #endif /* PLAYER_DEVICE_COMMON_H */