Add GTrace
Make Fonts an Asset Add FormatMillis and FormatNanos
This commit is contained in:
@@ -4,6 +4,7 @@
|
||||
#include <amethyst/assets.hpp>
|
||||
#include <amethyst/c3d.hpp>
|
||||
#include <amethyst/color.hpp>
|
||||
#include <amethyst/godtrace.hpp>
|
||||
#include <amethyst/image.hpp>
|
||||
#include <amethyst/iron.hpp>
|
||||
#include <amethyst/renderer.hpp>
|
||||
@@ -14,4 +15,6 @@ void RegisterCxxExceptionHandler();
|
||||
}
|
||||
|
||||
using Iron = Amy::Iron;
|
||||
using C3D = Amy::C3D;
|
||||
using C3D = Amy::C3D;
|
||||
using GTrace = Amy::GTrace;
|
||||
using Utils = Amy::Utils;
|
||||
Reference in New Issue
Block a user