summaryrefslogtreecommitdiff
path: root/Editor/Utils/HelperFuncs.h
diff options
context:
space:
mode:
Diffstat (limited to 'Editor/Utils/HelperFuncs.h')
-rw-r--r--Editor/Utils/HelperFuncs.h8
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