X-Git-Url: https://harrygodden.com/git/?a=blobdiff_plain;f=player_common.h;fp=player_common.h;h=91298fcaed3bb90682736c61154929b595db1977;hb=e3bf80ff27b675f5e7f87dcebd16fab6fe08df7a;hp=0000000000000000000000000000000000000000;hpb=5430d708f058626a6c8fed7dd2aa8ba5f0a06c84;p=carveJwlIkooP6JGAAIwe30JlM.git diff --git a/player_common.h b/player_common.h new file mode 100644 index 0000000..91298fc --- /dev/null +++ b/player_common.h @@ -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 */