test walk comp 1
[carveJwlIkooP6JGAAIwe30JlM.git] / player.h
index 63e30287bef6cf4e8b15917088070e21c725ad91..bb870288f9ce1971ce181c42dd431d206bfcc974 100644 (file)
--- 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;