diff options
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); + +} |