mirror of
https://github.com/Laupetin/OpenAssetTools.git
synced 2025-06-07 21:38:01 -05: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);
|
|
}
|