diff options
author | chai <chaifix@163.com> | 2021-10-19 02:21:47 +0800 |
---|---|---|
committer | chai <chaifix@163.com> | 2021-10-19 02:21:47 +0800 |
commit | 8446078851f5430e8315d6618d8d5dd9d6e3d1ab (patch) | |
tree | ecbbd9ae71367eebf3a4e414373f92a3f0a2cd44 /Editor/Win/Win.h | |
parent | 45c05ac5610416e75a123995af649681d43adf7f (diff) |
+LuaPanda
Diffstat (limited to 'Editor/Win/Win.h')
-rw-r--r-- | Editor/Win/Win.h | 14 |
1 files changed, 14 insertions, 0 deletions
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 <windows.h> +#include <string> + +// windows ¸¨Öúº¯Êý + +namespace Win +{ + + std::string GetCurrentWorkingDirectory(); + void SetDllSearchDirectory(std::string path); + +} |