diff options
Diffstat (limited to 'src/net/eathena/protocol.h')
-rw-r--r-- | src/net/eathena/protocol.h | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/src/net/eathena/protocol.h b/src/net/eathena/protocol.h index 8ac5dd011..3fbab016f 100644 --- a/src/net/eathena/protocol.h +++ b/src/net/eathena/protocol.h @@ -20,8 +20,8 @@ * along with this program. If not, see <http://www.gnu.org/licenses/>. */ -#ifndef EATHENA_PROTOCOL_H -#define EATHENA_PROTOCOL_H +#ifndef NET_EATHENA_PROTOCOL_H +#define NET_EATHENA_PROTOCOL_H namespace EAthena { @@ -350,4 +350,4 @@ enum #define SMSG_NPC_CUTIN 0x01b3 #define SMSG_NPC_VIEWPOINT 0x0144 -#endif +#endif // NET_EATHENA_PROTOCOL_H |