Initial commit

This commit is contained in:
2025-05-07 01:05:49 +00:00
commit 3c1f8626fd
61 changed files with 1306 additions and 0 deletions

View File

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