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

12 lines
233 B
C
Raw Normal View History

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