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

12 lines
233 B
C

#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