X-Git-Url: https://harrygodden.com/git/?a=blobdiff_plain;ds=sidebyside;f=player_api.h;h=68f5aca348d6ebd5c676b22d3ecde082705bbe42;hb=HEAD;hp=ad9e4ca496a0043ed229ebd2b1678fc33fa76c4e;hpb=1b522daa02f28128498b04def4d60b63e590d1f3;p=carveJwlIkooP6JGAAIwe30JlM.git diff --git a/player_api.h b/player_api.h deleted file mode 100644 index ad9e4ca..0000000 --- a/player_api.h +++ /dev/null @@ -1,20 +0,0 @@ -#ifndef PLAYER_API_H -#define PLAYER_API_H - -#include "model.h" -#include "camera.h" -#include "entity.h" - -#define PLAYER_API VG_STATIC -typedef struct player_instance player_instance; -typedef mdl_keyframe player_pose[32]; -typedef struct player_animation player_animation; - -struct player_animation -{ - player_pose pose; - v3f root_co; - v4f root_q; -}; - -#endif /* PLAYER_API_H */