2025-11-19 22:20:27 +01:00
|
|
|
#pragma once
|
|
|
|
|
|
2025-11-24 10:02:22 +01:00
|
|
|
#include <amethyst/app.hpp>
|
2025-11-19 22:20:27 +01:00
|
|
|
#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();
|
|
|
|
|
}
|