#include "ww2common"

void InitWW2Project()
{
	RegisterGerman();
	RegisterSoviet();
}

void MapInit()
{
	InitWW2Project();
}
