Add GTrace

Make Fonts an Asset
Add FormatMillis and FormatNanos
This commit is contained in:
2025-12-08 18:37:12 +01:00
parent 88e367a299
commit d85610a0bd
11 changed files with 298 additions and 18 deletions

View File

@@ -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;