aboutsummaryrefslogtreecommitdiff
path: root/Src/Plugins/SDK/irctell/dde.h
diff options
context:
space:
mode:
Diffstat (limited to 'Src/Plugins/SDK/irctell/dde.h')
-rw-r--r--Src/Plugins/SDK/irctell/dde.h9
1 files changed, 9 insertions, 0 deletions
diff --git a/Src/Plugins/SDK/irctell/dde.h b/Src/Plugins/SDK/irctell/dde.h
new file mode 100644
index 00000000..3f14eb3e
--- /dev/null
+++ b/Src/Plugins/SDK/irctell/dde.h
@@ -0,0 +1,9 @@
+#ifndef __DDECOM_H
+#define __DDECOM_H
+
+class DdeCom {
+public:
+ static void sendCommand(wchar_t *application, wchar_t *command, DWORD minInterval);
+};
+
+#endif