Initial commit

This commit is contained in:
InoriRus
2021-12-01 19:29:27 +10:00
parent b1e7dcdc5d
commit 43f49c8763
1843 changed files with 1111694 additions and 0 deletions
+15
View File
@@ -0,0 +1,15 @@
#include "Kyty/Math/MathAll.h" // IWYU pragma: associated
#include "Kyty/Math/Rand.h"
namespace Kyty::Math {
KYTY_SUBSYSTEM_INIT(Math)
{
Rand::Init();
}
KYTY_SUBSYSTEM_UNEXPECTED_SHUTDOWN(Math) {}
KYTY_SUBSYSTEM_DESTROY(Math) {}
} // namespace Kyty::Math