X-Git-Url: https://harrygodden.com/git/?a=blobdiff_plain;f=player.h;h=bb870288f9ce1971ce181c42dd431d206bfcc974;hb=d11e7e290daf69b4baa3e82ba4861a5ccedbf5d1;hp=63e30287bef6cf4e8b15917088070e21c725ad91;hpb=074fa69f479724f9800849430bad5caf730b01ef;p=carveJwlIkooP6JGAAIwe30JlM.git diff --git a/player.h b/player.h index 63e3028..bb87028 100644 --- a/player.h +++ b/player.h @@ -3,6 +3,7 @@ #include "skaterift.h" #include "player_common.h" +#include "network_compression.h" enum player_subsystem{ k_player_subsystem_walk = 0, @@ -43,6 +44,7 @@ struct player_subsystem_interface{ void(*animate)(void); void(*pose)( void *animator, player_pose *pose ); void(*post_animate)(void); + void(*network_animator_exchange)( bitpack_ctx *ctx, void *data ); void *animator_data; u32 animator_size;