Files
amethyst/include/amethyst.hpp
tobid7 28d2e291b3 Add color class
Add Palladium Unique and Shared defs
Make stb_image an internal dependency
Start some work on font loader
2025-12-07 18:08:36 +01:00

17 lines
372 B
C++
Executable File

#pragma once
#include <amethyst/app.hpp>
#include <amethyst/assets.hpp>
#include <amethyst/c3d.hpp>
#include <amethyst/color.hpp>
#include <amethyst/image.hpp>
#include <amethyst/iron.hpp>
#include <amethyst/renderer.hpp>
#include <amethyst/texture.hpp>
namespace Amy {
void RegisterCxxExceptionHandler();
}
using Iron = Amy::Iron;
using C3D = Amy::C3D;