Move ModContent out of the engine.

This commit is contained in:
Paul Chote
2016-08-05 19:05:43 +01:00
parent bf4867909f
commit cff8e949d8
9 changed files with 26 additions and 9 deletions

View File

@@ -224,6 +224,7 @@ namespace OpenRA
{
void Init(ModData m, Dictionary<string, string> info);
void Display();
bool RequiredContentIsInstalled();
void StartGame(Arguments args);
}
}