From d35db57d457132dd9d83fa2bd51491b148530655 Mon Sep 17 00:00:00 2001 From: chai Date: Sun, 17 Oct 2021 11:14:00 +0800 Subject: *GUI --- Editor/Utils/HelperFuncs.h | 8 ++++++++ 1 file changed, 8 insertions(+) create mode 100644 Editor/Utils/HelperFuncs.h (limited to 'Editor/Utils/HelperFuncs.h') 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 +#include + +std::string to_string(const char* cstr); + +extern void PrintCallStack(); \ No newline at end of file -- cgit v1.1-26-g67d0