- Added GetTime funcs to utils - Added Time() to App class to gather the apps run time in seconds - Updated almost every part of the sourcecode to the D7 Style guide
13 lines
291 B
C++
Executable File
13 lines
291 B
C++
Executable File
#pragma once
|
|
|
|
#include <amethyst/app.hpp>
|
|
#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();
|
|
} |