This commit is contained in:
2025-05-19 15:33:25 -04:00
commit 09a83f8587
40 changed files with 1297 additions and 0 deletions

View File

@ -0,0 +1,15 @@
#ifndef __AMSCPPIMGLIB4_HPP__
#define __AMSCPPIMGLIB4_HPP__
#include <stdio.h>
#include <stdlib.h>
#include <math.h>
namespace ams
{
void amscpptemplate_testfn();
void amscpptemplate_testfn2();
};
#endif