diff options
author | Tiger Wang <ziwei.tiger@outlook.com> | 2020-05-04 14:58:43 +0200 |
---|---|---|
committer | Tiger Wang <ziwei.tiger@outlook.com> | 2020-05-04 14:58:43 +0200 |
commit | 24833f73863d41b90e8fd4ff4ab143b98ee5cb91 (patch) | |
tree | bf0ce5eaa978215df3782ee65366fa8df270eded /src | |
parent | Fix one definition rule violations (diff) | |
download | cuberite-24833f73863d41b90e8fd4ff4ab143b98ee5cb91.tar cuberite-24833f73863d41b90e8fd4ff4ab143b98ee5cb91.tar.gz cuberite-24833f73863d41b90e8fd4ff4ab143b98ee5cb91.tar.bz2 cuberite-24833f73863d41b90e8fd4ff4ab143b98ee5cb91.tar.lz cuberite-24833f73863d41b90e8fd4ff4ab143b98ee5cb91.tar.xz cuberite-24833f73863d41b90e8fd4ff4ab143b98ee5cb91.tar.zst cuberite-24833f73863d41b90e8fd4ff4ab143b98ee5cb91.zip |
Diffstat (limited to 'src')
-rw-r--r-- | src/CommandOutput.h | 2 | ||||
-rw-r--r-- | src/CompositeChat.h | 2 |
2 files changed, 4 insertions, 0 deletions
diff --git a/src/CommandOutput.h b/src/CommandOutput.h index 2aad75b09..6cba4de7f 100644 --- a/src/CommandOutput.h +++ b/src/CommandOutput.h @@ -3,6 +3,8 @@ // Declares various classes that process command output +#pragma once + diff --git a/src/CompositeChat.h b/src/CompositeChat.h index a715d0402..ced0ab101 100644 --- a/src/CompositeChat.h +++ b/src/CompositeChat.h @@ -3,6 +3,8 @@ // Declares the cCompositeChat class used to wrap a chat message with multiple parts (text, url, cmd) +#pragma once + #include "Defines.h" #include "json/json.h" #include "Logger.h" |