Apply header guard check
This commit is contained in:
@@ -4,8 +4,8 @@
|
||||
|
||||
#pragma once
|
||||
|
||||
#ifndef NAZARA_ENETPACKET_HPP
|
||||
#define NAZARA_ENETPACKET_HPP
|
||||
#ifndef NAZARA_NETWORK_ENETPACKET_HPP
|
||||
#define NAZARA_NETWORK_ENETPACKET_HPP
|
||||
|
||||
#include <Nazara/Prerequisites.hpp>
|
||||
#include <Nazara/Network/NetPacket.hpp>
|
||||
@@ -103,4 +103,4 @@ namespace Nz
|
||||
};
|
||||
}
|
||||
|
||||
#endif // NAZARA_ENETPACKET_HPP
|
||||
#endif // NAZARA_NETWORK_ENETPACKET_HPP
|
||||
|
||||
Reference in New Issue
Block a user