Rename ZoneCodeGeneratorNew to ZoneCodeGenerator.

Cleaning build folder might be required to prevent errors due to previous c# project
This commit is contained in:
Jan
2021-03-01 14:39:29 +01:00
parent f85c82f487
commit 1a09ad4396
4 changed files with 16 additions and 16 deletions

View File

@ -0,0 +1,7 @@
#include "ZoneCodeGenerator.h"
int main(const int argc, const char** argv)
{
const ZoneCodeGenerator zoneCodeGenerator;
return zoneCodeGenerator.Run(argc, argv);
}