diff options
author | Steven Le Rouzic <steven.lerouzic@gmail.com> | 2024-04-11 23:49:22 +0200 |
---|---|---|
committer | Steven Le Rouzic <steven.lerouzic@gmail.com> | 2024-04-13 00:04:48 +0200 |
commit | 8db26a7350aad53ed73a127f9b8eb6ef15bf0be1 (patch) | |
tree | 5fd5f331d61e20ba89b6ae00c4b387b1e72796f1 /deimos/core/temp_allocator.h | |
parent | a2671839daddfaaec63f43132854c606c556558a (diff) |
Implement Status
Diffstat (limited to 'deimos/core/temp_allocator.h')
-rw-r--r-- | deimos/core/temp_allocator.h | 10 |
1 files changed, 10 insertions, 0 deletions
diff --git a/deimos/core/temp_allocator.h b/deimos/core/temp_allocator.h new file mode 100644 index 0000000..4f80192 --- /dev/null +++ b/deimos/core/temp_allocator.h @@ -0,0 +1,10 @@ +#pragma once
+
+#include "deimos/core/base.h"
+#include "deimos/core/id_name.h"
+
+namespace deimos
+{
+
+} // namespace deimos
+
|