mirror of
https://github.com/Laupetin/OpenAssetTools.git
synced 2026-06-09 18:22:33 +00:00
Add raw templater
This commit is contained in:
@@ -0,0 +1,7 @@
|
||||
#include "RawTemplater.h"
|
||||
|
||||
int main(const int argc, const char** argv)
|
||||
{
|
||||
const RawTemplater rawTemplater;
|
||||
return rawTemplater.Run(argc, argv);
|
||||
}
|
||||
Reference in New Issue
Block a user