Add Palladium Unique and Shared defs Make stb_image an internal dependency Start some work on font loader
17 lines
372 B
C++
Executable File
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; |