Files
amethyst/include/amethyst.hpp

20 lines
466 B
C++
Raw Normal View History

2025-11-19 22:20:27 +01:00
#pragma once
#include <amethyst/app.hpp>
2025-11-19 22:20:27 +01:00
#include <amethyst/assets.hpp>
#include <amethyst/c3d.hpp>
#include <amethyst/color.hpp>
#include <amethyst/godtrace.hpp>
2025-11-19 22:20:27 +01:00
#include <amethyst/image.hpp>
#include <amethyst/iron.hpp>
2025-11-19 22:20:27 +01:00
#include <amethyst/renderer.hpp>
#include <amethyst/texture.hpp>
2025-12-08 22:20:33 +01:00
#include <amethyst/utils.hpp>
2025-11-19 22:20:27 +01:00
namespace Amy {
void RegisterCxxExceptionHandler();
}
using Iron = Amy::Iron;
using C3D = Amy::C3D;
2025-12-08 22:20:33 +01:00
using GTrace = Amy::GTrace;