X-Git-Url: https://harrygodden.com/git/?a=blobdiff_plain;f=player_model.h;h=4a09b90589233e2c3d91a6f2cd3c81bde26abb34;hb=2ab1c45f664daf5a452fd212c89dcfd918f7dd81;hp=cab438e9d7c24afebffb36045a8486e0d5c441c1;hpb=47941822dae18a018c985847b052e70214a3ccc6;p=carveJwlIkooP6JGAAIwe30JlM.git diff --git a/player_model.h b/player_model.h index cab438e..4a09b90 100644 --- a/player_model.h +++ b/player_model.h @@ -5,7 +5,14 @@ #ifndef CHARACTER_H #define CHARACTER_H +#define VG_GAME +#include "vg/vg.h" + +#if 0 #include "player.h" +#endif + +#include "model.h" #include "player_ragdoll.h" #include "shaders/viewchar.h" @@ -106,7 +113,10 @@ VG_STATIC void player_model_init(void) { "hand.IK.R", &player.mdl.id_ik_hand_r }, { "elbow.L", &player.mdl.id_ik_elbow_l }, { "elbow.R", &player.mdl.id_ik_elbow_r }, - { "head", &player.mdl.id_head } + { "head", &player.mdl.id_head }, + { "foot.IK.L", &player.mdl.id_ik_foot_l }, + { "foot.IK.R", &player.mdl.id_ik_foot_r }, + { "board", &player.mdl.id_board } }; for( int i=0; i