9 lines
99 B
C++
9 lines
99 B
C++
#pragma once
|
|
|
|
#include <string>
|
|
|
|
using namespace std;
|
|
|
|
string GetHomePath();
|
|
string GetSelfWxid();
|