Techneck/code/source-c/entity/registration.h

13 lines
285 B
C
Raw Permalink Normal View History

2023-10-14 13:04:52 +00:00
#ifndef TC_ENTITY_REGISTRATION_H
#define TC_ENTITY_REGISTRATION_H
2023-10-17 14:37:19 +00:00
#include <entity/entity.h>
2023-10-14 13:04:52 +00:00
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