2025-05-19 15:33:25 -04:00
|
|
|
#include <amscppimglib4/amscppimglib4.hpp>
|
|
|
|
|
|
2025-06-04 19:08:31 -04:00
|
|
|
using namespace ams;
|
|
|
|
|
|
2025-05-19 15:33:25 -04:00
|
|
|
int main(int argc, char* argv[])
|
|
|
|
|
{
|
|
|
|
|
int ret = 0;
|
2025-06-04 19:08:31 -04:00
|
|
|
|
2025-06-04 21:26:21 -04:00
|
|
|
//amscppimglib4_test1();
|
2025-06-04 22:09:34 -04:00
|
|
|
//amscppimglib4_test2();
|
2025-06-04 19:08:31 -04:00
|
|
|
|
2025-05-19 15:33:25 -04:00
|
|
|
return ret;
|
|
|
|
|
}
|