8 lines
93 B
C
8 lines
93 B
C
|
#include "registration.h"
|
||
|
|
||
|
void tc_register_entities()
|
||
|
{
|
||
|
tc_register_player_entity();
|
||
|
}
|
||
|
|