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

13 lines
285 B
C

#ifndef TC_ENTITY_REGISTRATION_H
#define TC_ENTITY_REGISTRATION_H
#include <entity/entity.h>
void tc_register_chunk_entity ();
void tc_register_player_entity ();
void tc_register_entities ();
#endif // #ifndef TC_ENTITY_REGISTRATION_H