diff options
Diffstat (limited to 'src/common/memory.hpp')
-rw-r--r-- | src/common/memory.hpp | 13 |
1 files changed, 0 insertions, 13 deletions
diff --git a/src/common/memory.hpp b/src/common/memory.hpp deleted file mode 100644 index 888ede3..0000000 --- a/src/common/memory.hpp +++ /dev/null @@ -1,13 +0,0 @@ -#pragma once - -#include <stddef.h> - -namespace common -{ - -template <typename memType> -memType *malloc_s(unsigned int size); - -} // namespace common - -#include "memory.tpp" |