]> git.lizzy.rs Git - dragonblocks_alpha.git/blobdiff - src/client/client_player.h
You can now see other players
[dragonblocks_alpha.git] / src / client / client_player.h
index f2ea0e4167f6f11c25f59ae309dcb2d6edc095ab..5ddefa058e261c870ed8414fef882966d08db70f 100644 (file)
@@ -14,6 +14,9 @@ extern struct ClientPlayer {
 void client_player_init();                           // called on startup
 void client_player_deinit();                         // called on shutdown
 
+void client_player_gfx_init();
+void client_player_gfx_deinit();
+
 ClientEntity *client_player_entity();                // grab and return client entity
 
 void client_player_jump();                           // jump if possible