mirror of
https://github.com/Laupetin/OpenAssetTools.git
synced 2025-11-23 21:22:07 +00:00
8 lines
185 B
C++
8 lines
185 B
C++
#include "ZoneCodeGenerator.h"
|
|
|
|
int main(const int argc, const char** argv)
|
|
{
|
|
auto zoneCodeGenerator = ZoneCodeGenerator::Create();
|
|
return zoneCodeGenerator->Run(argc, argv);
|
|
}
|