12 lines
262 B
C++
12 lines
262 B
C++
|
|
#pragma once
|
||
|
|
|
||
|
|
#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();
|
||
|
|
}
|