X-Git-Url: https://harrygodden.com/git/?a=blobdiff_plain;f=player_device_common.h;fp=player_device_common.h;h=0000000000000000000000000000000000000000;hb=e3bf80ff27b675f5e7f87dcebd16fab6fe08df7a;hp=07a3d87194a9c82fc87792d93b8ae05a190787cf;hpb=5430d708f058626a6c8fed7dd2aa8ba5f0a06c84;p=carveJwlIkooP6JGAAIwe30JlM.git diff --git a/player_device_common.h b/player_device_common.h deleted file mode 100644 index 07a3d87..0000000 --- a/player_device_common.h +++ /dev/null @@ -1,19 +0,0 @@ -#ifndef PLAYER_DEVICE_COMMON_H -#define PLAYER_DEVICE_COMMON_H - -#define VG_GAME -#include "vg/vg.h" -#include "common.h" -#include "player_interface.h" - -struct device_transition_skateboard -{ - v3f dir; -}; - -struct device_transition_walk -{ - v3f angles; -}; - -#endif /* PLAYER_DEVICE_COMMON_H */