This commit is contained in:
2025-06-04 19:08:31 -04:00
parent 09a83f8587
commit 1610fdecd0
44 changed files with 992 additions and 56 deletions

View File

@ -1,9 +1,12 @@
#include <amscppimglib4/amscppimglib4.hpp>
using namespace ams;
int main(int argc, char* argv[])
{
int ret = 0;
printf("ams c++ image library tests.\n");
ams::amscpptemplate_testfn();
amscppimglib_test1();
return ret;
}