mirror of
https://github.com/Laupetin/OpenAssetTools.git
synced 2025-07-11 05:31:51 +00:00
chore: add base for image converter tool
This commit is contained in:
8
src/ImageConverter/main.cpp
Normal file
8
src/ImageConverter/main.cpp
Normal file
@ -0,0 +1,8 @@
|
||||
#include "ImageConverter.h"
|
||||
|
||||
int main(const int argc, const char** argv)
|
||||
{
|
||||
const auto imageConverter = ImageConverter::Create();
|
||||
|
||||
return imageConverter->Start(argc, argv) ? 0 : 1;
|
||||
}
|
Reference in New Issue
Block a user