mirror of
https://github.com/Laupetin/OpenAssetTools.git
synced 2025-04-22 09:05:44 +00:00
8 lines
173 B
C++
8 lines
173 B
C++
#include "ZoneCodeGenerator.h"
|
|
|
|
int main(const int argc, const char** argv)
|
|
{
|
|
const ZoneCodeGenerator zoneCodeGenerator;
|
|
return zoneCodeGenerator.Run(argc, argv);
|
|
}
|