diff options
Diffstat (limited to 'plugins/ExternalAPI/m_nudge.h')
-rw-r--r-- | plugins/ExternalAPI/m_nudge.h | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/plugins/ExternalAPI/m_nudge.h b/plugins/ExternalAPI/m_nudge.h index 8067499145..5da1bfcfe3 100644 --- a/plugins/ExternalAPI/m_nudge.h +++ b/plugins/ExternalAPI/m_nudge.h @@ -1,3 +1,5 @@ +#pragma once
+
// protocol service that sends a nudge
#define PS_SEND_NUDGE "/SendNudge"
|