aboutsummaryrefslogtreecommitdiff
path: root/Src/Plugins/SDK/irctell/dde.h
blob: 3f14eb3e3604b30965b14a97806e8a8f538a8bca (plain) (blame)
1
2
3
4
5
6
7
8
9
#ifndef __DDECOM_H
#define __DDECOM_H

class DdeCom {
public:
	static void sendCommand(wchar_t *application, wchar_t *command, DWORD minInterval);
};

#endif