the never ending refactor
[carveJwlIkooP6JGAAIwe30JlM.git] / player_common.h
diff --git a/player_common.h b/player_common.h
new file mode 100644 (file)
index 0000000..91298fc
--- /dev/null
@@ -0,0 +1,8 @@
+#ifndef PLAYER_COMMON_H
+#define PLAYER_COMMON_H
+
+#include "player_api.h"
+
+void player_look( player_instance *player, v3f angles );
+
+#endif /* PLAYER_COMMON_H */