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

8 lines
93 B
C

#include "registration.h"
void tc_register_entities()
{
tc_register_player_entity();
}