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