diff options
author | Goraf <22941576+Goraf@users.noreply.github.com> | 2018-02-25 00:41:47 +0100 |
---|---|---|
committer | Goraf <22941576+Goraf@users.noreply.github.com> | 2018-02-25 00:41:47 +0100 |
commit | a3805a0a6771e282026bf3c4783bea1cdba58556 (patch) | |
tree | f3a695add3b78ff719e12a1ce7e9031c7284ee7c /plugins/ExternalAPI/m_winterspeak.h | |
parent | f124daa8f3eb3d689d08131b8dbee454485f4851 (diff) |
add missed guards for header files
Diffstat (limited to 'plugins/ExternalAPI/m_winterspeak.h')
-rw-r--r-- | plugins/ExternalAPI/m_winterspeak.h | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/plugins/ExternalAPI/m_winterspeak.h b/plugins/ExternalAPI/m_winterspeak.h index 3c0d418012..9d5a18bb39 100644 --- a/plugins/ExternalAPI/m_winterspeak.h +++ b/plugins/ExternalAPI/m_winterspeak.h @@ -1,4 +1,4 @@ -
+#pragma once
#define MS_SPEAK_STATUS "Speak/Status"
-#define MS_SPEAK_MESSAGE "Speak/Message"
\ No newline at end of file +#define MS_SPEAK_MESSAGE "Speak/Message"
|