Initial Commit
This commit is contained in:
12
include/amethyst.hpp
Executable file
12
include/amethyst.hpp
Executable file
@@ -0,0 +1,12 @@
|
||||
#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();
|
||||
}
|
||||
Reference in New Issue
Block a user