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