Initial Commit

This commit is contained in:
2025-11-19 22:20:27 +01:00
parent 8dfe2dce9e
commit 2ad6d49511
29 changed files with 8930 additions and 3 deletions

12
include/amethyst.hpp Executable file
View File

@@ -0,0 +1,12 @@
#pragma once
#include <amethyst/assets.hpp>
#include <amethyst/c3d.hpp>
#include <amethyst/ctru.hpp>
#include <amethyst/image.hpp>
#include <amethyst/renderer.hpp>
#include <amethyst/texture.hpp>
namespace amy {
void registerCxxExceptionHandler();
}