summaryrefslogtreecommitdiff
path: root/src/proto2/char-map.hpp
diff options
context:
space:
mode:
Diffstat (limited to 'src/proto2/char-map.hpp')
-rw-r--r--src/proto2/char-map.hpp9
1 files changed, 3 insertions, 6 deletions
diff --git a/src/proto2/char-map.hpp b/src/proto2/char-map.hpp
index bd16099..23798b2 100644
--- a/src/proto2/char-map.hpp
+++ b/src/proto2/char-map.hpp
@@ -1,5 +1,4 @@
-#ifndef TMWA_PROTO2_CHAR_MAP_HPP
-#define TMWA_PROTO2_CHAR_MAP_HPP
+#pragma once
// char-map.hpp - TMWA network protocol: char/map
//
// Copyright © 2014 Ben Longbons <b.r.longbons@gmail.com>
@@ -21,9 +20,9 @@
// This is a generated file, edit tools/protocol.py instead
-# include "fwd.hpp"
+#include "fwd.hpp"
-# include "types.hpp"
+#include "types.hpp"
namespace tmwa
{
@@ -3535,5 +3534,3 @@ bool network_to_native(Packet_Repeat<0x3827> *native, NetPacket_Repeat<0x3827> n
}
} // namespace tmwa
-
-#endif // TMWA_PROTO2_CHAR_MAP_HPP