This commit is contained in:
2025-05-22 15:31:49 -04:00
commit a0d8c9b3f6
36 changed files with 1300 additions and 0 deletions

View File

@ -0,0 +1,14 @@
#ifndef __AMSMATHUTIL25_HPP__
#define __AMSMATHUTIL25_HPP__
#include <stdio.h>
#include <stdlib.h>
#include <math.h>
namespace ams
{
};
#endif