the never ending refactor
[carveJwlIkooP6JGAAIwe30JlM.git] / player_device_common.h
diff --git a/player_device_common.h b/player_device_common.h
deleted file mode 100644 (file)
index 07a3d87..0000000
+++ /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 */