#include "../point_checkpoint"
#include "controller"

void MapInit()
{
RegisterPointCheckPointEntity();
ControllerMapInit();
}