lifan
11 小时以前 4d56fe8b4a7def09a2a635ecbf2187e4d50a4b07
1
2
3
4
5
6
7
8
9
10
11
12
#pragma once
 
#include "system/base.hpp"
#include "win.hpp"
#include "wobject/xstring.hpp"
 
class xfolder
{
public:
    static xstring  GetFolderForSave();
};