diff options
Diffstat (limited to 'Editor/Utils/HelperFuncs.h')
-rw-r--r-- | Editor/Utils/HelperFuncs.h | 8 |
1 files changed, 8 insertions, 0 deletions
diff --git a/Editor/Utils/HelperFuncs.h b/Editor/Utils/HelperFuncs.h new file mode 100644 index 0000000..2ee7932 --- /dev/null +++ b/Editor/Utils/HelperFuncs.h @@ -0,0 +1,8 @@ +#pragma once + +#include <iostream> +#include <windows.h> + +std::string to_string(const char* cstr); + +extern void PrintCallStack();
\ No newline at end of file |