summaryrefslogtreecommitdiff
path: root/plugins/ExternalAPI/delphi/m_nudge.inc
diff options
context:
space:
mode:
Diffstat (limited to 'plugins/ExternalAPI/delphi/m_nudge.inc')
-rw-r--r--plugins/ExternalAPI/delphi/m_nudge.inc9
1 files changed, 9 insertions, 0 deletions
diff --git a/plugins/ExternalAPI/delphi/m_nudge.inc b/plugins/ExternalAPI/delphi/m_nudge.inc
new file mode 100644
index 0000000000..6ec9faf64f
--- /dev/null
+++ b/plugins/ExternalAPI/delphi/m_nudge.inc
@@ -0,0 +1,9 @@
+{$INFDEF NUDGE}
+{$DEFINE NUDGE}
+const
+ MS_SHAKE_CLIST = 'SHAKE/Service/ShakeClist';
+ MS_SHAKE_CHAT = 'SHAKE/Service/ShakeChat';
+ MS_SHAKE_CLIST_TRIGGER = 'SHAKE/Service/TriggerShakeClist';
+ MS_SHAKE_CHAT_TRIGGER = 'SHAKE/Service/TirggerShakeChat';
+ MS_NUDGE_SEND = 'NUDGE/Send';
+{$ENDIF}