mirror of
https://github.com/Laupetin/OpenAssetTools.git
synced 2025-06-12 07:48:16 -05:00
Rename ZoneCodeGeneratorNew to ZoneCodeGenerator.
Cleaning build folder might be required to prevent errors due to previous c# project
This commit is contained in:
7
src/ZoneCodeGenerator/main.cpp
Normal file
7
src/ZoneCodeGenerator/main.cpp
Normal file
@ -0,0 +1,7 @@
|
||||
#include "ZoneCodeGenerator.h"
|
||||
|
||||
int main(const int argc, const char** argv)
|
||||
{
|
||||
const ZoneCodeGenerator zoneCodeGenerator;
|
||||
return zoneCodeGenerator.Run(argc, argv);
|
||||
}
|
Reference in New Issue
Block a user