release 0.1.0

This commit is contained in:
InoriRus
2022-05-21 22:04:50 +10:00
parent bc02c0560e
commit a37a9ca253
1056 changed files with 222884 additions and 41332 deletions
+5 -1
View File
@@ -1,6 +1,6 @@
#include "Kyty/Core/MemoryAlloc.h"
#include "Kyty/Core/ArrayWrapper.h"
#include "Kyty/Core/ArrayWrapper.h" // IWYU pragma: keep
#include "Kyty/Core/Common.h"
#include "Kyty/Core/DateTime.h" // IWYU pragma: keep
#include "Kyty/Core/Debug.h" // IWYU pragma: keep
@@ -67,6 +67,10 @@ static size_t g_total_allocated = 0;
#define KYTY_MDBG(str, ptr) \
{ \
if (false) \
{ \
printf("%s, %016" PRIx64 "\n", str, reinterpret_cast<uint64_t>(ptr)); \
} \
}
#endif