From 8446078851f5430e8315d6618d8d5dd9d6e3d1ab Mon Sep 17 00:00:00 2001 From: chai Date: Tue, 19 Oct 2021 02:21:47 +0800 Subject: +LuaPanda --- Editor/Win/Win.h | 14 ++++++++++++++ 1 file changed, 14 insertions(+) create mode 100644 Editor/Win/Win.h (limited to 'Editor/Win/Win.h') diff --git a/Editor/Win/Win.h b/Editor/Win/Win.h new file mode 100644 index 0000000..cbbba4c --- /dev/null +++ b/Editor/Win/Win.h @@ -0,0 +1,14 @@ +#pragma once + +#include +#include + +// windows ¸¨Öúº¯Êý + +namespace Win +{ + + std::string GetCurrentWorkingDirectory(); + void SetDllSearchDirectory(std::string path); + +} -- cgit v1.1-26-g67d0