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>
|
2025-12-07 18:08:36 +01:00
|
|
|
#include <amethyst/color.hpp>
|
2025-11-19 22:20:27 +01:00
|
|
|
#include <amethyst/image.hpp>
|
2025-11-30 21:57:01 +01:00
|
|
|
#include <amethyst/iron.hpp>
|
2025-11-19 22:20:27 +01:00
|
|
|
#include <amethyst/renderer.hpp>
|
|
|
|
|
#include <amethyst/texture.hpp>
|
|
|
|
|
|
2025-11-26 13:46:46 +01:00
|
|
|
namespace Amy {
|
|
|
|
|
void RegisterCxxExceptionHandler();
|
2025-12-01 22:10:18 +01:00
|
|
|
}
|
|
|
|
|
|
|
|
|
|
using Iron = Amy::Iron;
|
|
|
|
|
using C3D = Amy::C3D;
|