9 lines
188 B
C++
9 lines
188 B
C++
#pragma once
|
|
|
|
#include "framework.h"
|
|
|
|
using namespace std;
|
|
|
|
void SendTextMessage(wstring wxid, wstring msg, wstring atWxids);
|
|
void SendImageMessage(wstring wxid, wstring path);
|