2023-10-14 13:04:52 +00:00
|
|
|
|
|
|
|
#ifndef TC_ENTITY_REGISTRATION_H
|
|
|
|
#define TC_ENTITY_REGISTRATION_H
|
|
|
|
|
|
|
|
#include "../entity.h"
|
|
|
|
|
2023-10-17 11:25:02 +00:00
|
|
|
void tc_register_chunk_entity ();
|
2023-10-14 13:04:52 +00:00
|
|
|
void tc_register_player_entity ();
|
|
|
|
void tc_register_entities ();
|
|
|
|
|
|
|
|
#endif // #ifndef TC_ENTITY_REGISTRATION_H
|
|
|
|
|