#ifndef TC_ENTITY_REGISTRATION_H #define TC_ENTITY_REGISTRATION_H #include void tc_register_chunk_entity (); void tc_register_player_entity (); void tc_register_entities (); #endif // #ifndef TC_ENTITY_REGISTRATION_H