summaryrefslogtreecommitdiff
path: root/src/proto2/char-user.hpp
diff options
context:
space:
mode:
Diffstat (limited to 'src/proto2/char-user.hpp')
-rw-r--r--src/proto2/char-user.hpp9
1 files changed, 3 insertions, 6 deletions
diff --git a/src/proto2/char-user.hpp b/src/proto2/char-user.hpp
index 89d19de..ed58d69 100644
--- a/src/proto2/char-user.hpp
+++ b/src/proto2/char-user.hpp
@@ -1,5 +1,4 @@
-#ifndef TMWA_PROTO2_CHAR_USER_HPP
-#define TMWA_PROTO2_CHAR_USER_HPP
+#pragma once
// char-user.hpp - TMWA network protocol: char/user
//
// 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
{
@@ -621,5 +620,3 @@ bool network_to_native(Packet_Fixed<0x0071> *native, NetPacket_Fixed<0x0071> net
}
} // namespace tmwa
-
-#endif // TMWA_PROTO2_CHAR_USER_HPP