- 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
This commit is contained in:
2025-11-26 13:46:46 +01:00
parent 830524c9eb
commit 2a2a670e1a
32 changed files with 913 additions and 813 deletions

View File

@@ -8,6 +8,6 @@
#include <amethyst/renderer.hpp>
#include <amethyst/texture.hpp>
namespace amy {
void registerCxxExceptionHandler();
namespace Amy {
void RegisterCxxExceptionHandler();
}