TextureImporterMain.cpp 290 B

12345678910111213
  1. // Copyright (C) 2009-2021, Panagiotis Christopoulos Charitos and contributors.
  2. // All rights reserved.
  3. // Code licensed under the BSD License.
  4. // http://www.anki3d.org/LICENSE
  5. #include <AnKi/Importer/ImageImporter.h>
  6. using namespace anki;
  7. int main(int argc, char** argv)
  8. {
  9. return 0;
  10. }