Apply header guard check
This commit is contained in:
@@ -4,8 +4,8 @@
|
||||
|
||||
#pragma once
|
||||
|
||||
#ifndef NAZARA_FORMATS_STBLOADER_HPP
|
||||
#define NAZARA_FORMATS_STBLOADER_HPP
|
||||
#ifndef NAZARA_UTILITY_FORMATS_STBLOADER_HPP
|
||||
#define NAZARA_UTILITY_FORMATS_STBLOADER_HPP
|
||||
|
||||
#include <Nazara/Prerequisites.hpp>
|
||||
#include <Nazara/Utility/Image.hpp>
|
||||
@@ -15,4 +15,4 @@ namespace Nz::Loaders
|
||||
ImageLoader::Entry GetImageLoader_STB();
|
||||
}
|
||||
|
||||
#endif // NAZARA_FORMATS_STBLOADER_HPP
|
||||
#endif // NAZARA_UTILITY_FORMATS_STBLOADER_HPP
|
||||
|
||||
Reference in New Issue
Block a user