Apply header guard check

This commit is contained in:
Jérôme Leclercq
2021-10-26 15:52:46 +02:00
parent b85f6b68ac
commit 93ec196dc4
476 changed files with 1414 additions and 1327 deletions

View File

@@ -4,8 +4,8 @@
#pragma once
#ifndef NAZARA_LOADERS_DRWAV_HPP
#define NAZARA_LOADERS_DRWAV_HPP
#ifndef NAZARA_AUDIO_FORMATS_DRWAVLOADER_HPP
#define NAZARA_AUDIO_FORMATS_DRWAVLOADER_HPP
#include <Nazara/Prerequisites.hpp>
#include <Nazara/Audio/SoundBuffer.hpp>
@@ -17,4 +17,4 @@ namespace Nz::Loaders
SoundStreamLoader::Entry GetSoundStreamLoader_drwav();
}
#endif
#endif // NAZARA_AUDIO_FORMATS_DRWAVLOADER_HPP

View File

@@ -4,8 +4,8 @@
#pragma once
#ifndef NAZARA_LOADERS_LIBFLAC_HPP
#define NAZARA_LOADERS_LIBFLAC_HPP
#ifndef NAZARA_AUDIO_FORMATS_LIBFLACLOADER_HPP
#define NAZARA_AUDIO_FORMATS_LIBFLACLOADER_HPP
#include <Nazara/Prerequisites.hpp>
#include <Nazara/Audio/SoundBuffer.hpp>
@@ -17,4 +17,4 @@ namespace Nz::Loaders
SoundStreamLoader::Entry GetSoundStreamLoader_libflac();
}
#endif
#endif // NAZARA_AUDIO_FORMATS_LIBFLACLOADER_HPP

View File

@@ -4,8 +4,8 @@
#pragma once
#ifndef NAZARA_LOADERS_LIBVORBIS_HPP
#define NAZARA_LOADERS_LIBVORBIS_HPP
#ifndef NAZARA_AUDIO_FORMATS_LIBVORBISLOADER_HPP
#define NAZARA_AUDIO_FORMATS_LIBVORBISLOADER_HPP
#include <Nazara/Prerequisites.hpp>
#include <Nazara/Audio/SoundBuffer.hpp>
@@ -17,4 +17,4 @@ namespace Nz::Loaders
SoundStreamLoader::Entry GetSoundStreamLoader_libvorbis();
}
#endif
#endif // NAZARA_AUDIO_FORMATS_LIBVORBISLOADER_HPP

View File

@@ -4,8 +4,8 @@
#pragma once
#ifndef NAZARA_LOADERS_MINIMP3_HPP
#define NAZARA_LOADERS_MINIMP3_HPP
#ifndef NAZARA_AUDIO_FORMATS_MINIMP3LOADER_HPP
#define NAZARA_AUDIO_FORMATS_MINIMP3LOADER_HPP
#include <Nazara/Prerequisites.hpp>
#include <Nazara/Audio/SoundBuffer.hpp>
@@ -17,4 +17,4 @@ namespace Nz::Loaders
SoundStreamLoader::Entry GetSoundStreamLoader_minimp3();
}
#endif
#endif // NAZARA_AUDIO_FORMATS_MINIMP3LOADER_HPP

View File

@@ -39,8 +39,8 @@
#pragma once
#ifndef NAZARA_HASH_SHA2_INTERNAL_HPP
#define NAZARA_HASH_SHA2_INTERNAL_HPP
#ifndef NAZARA_CORE_HASH_SHA_INTERNAL_HPP
#define NAZARA_CORE_HASH_SHA_INTERNAL_HPP
#include <Nazara/Prerequisites.hpp>
@@ -106,4 +106,4 @@ namespace Nz
void SHA512_End(SHA_CTX*, UInt8*);
}
#endif /* NAZARA_HASH_SHA2_INTERNAL_HPP */
#endif // NAZARA_CORE_HASH_SHA_INTERNAL_HPP

View File

@@ -4,8 +4,8 @@
#pragma once
#ifndef NAZARA_CLOCKIMPL_POSIX_HPP
#define NAZARA_CLOCKIMPL_POSIX_HPP
#ifndef NAZARA_CORE_POSIX_CLOCKIMPL_HPP
#define NAZARA_CORE_POSIX_CLOCKIMPL_HPP
#include <Nazara/Prerequisites.hpp>
@@ -16,4 +16,4 @@ namespace Nz
UInt64 ClockImplGetElapsedMilliseconds();
}
#endif // NAZARA_CLOCKIMPL_POSIX_HPP
#endif // NAZARA_CORE_POSIX_CLOCKIMPL_HPP

View File

@@ -4,8 +4,8 @@
#pragma once
#ifndef NAZARA_DYNLIBIMPL_HPP
#define NAZARA_DYNLIBIMPL_HPP
#ifndef NAZARA_CORE_POSIX_DYNLIBIMPL_HPP
#define NAZARA_CORE_POSIX_DYNLIBIMPL_HPP
#include <Nazara/Core/DynLib.hpp>
#include <filesystem>
@@ -29,4 +29,4 @@ namespace Nz
};
}
#endif // NAZARA_DYNLIBIMPL_HPP
#endif // NAZARA_CORE_POSIX_DYNLIBIMPL_HPP

View File

@@ -4,8 +4,8 @@
#pragma once
#ifndef NAZARA_FILEIMPL_HPP
#define NAZARA_FILEIMPL_HPP
#ifndef NAZARA_CORE_POSIX_FILEIMPL_HPP
#define NAZARA_CORE_POSIX_FILEIMPL_HPP
#ifndef _LARGEFILE64_SOURCE
#define _LARGEFILE64_SOURCE
@@ -66,4 +66,4 @@ namespace Nz
};
}
#endif // NAZARA_FILEIMPL_HPP
#endif // NAZARA_CORE_POSIX_FILEIMPL_HPP

View File

@@ -4,8 +4,8 @@
#pragma once
#ifndef NAZARA_HARDWAREINFOIMPL_POSIX_HPP
#define NAZARA_HARDWAREINFOIMPL_POSIX_HPP
#ifndef NAZARA_CORE_POSIX_HARDWAREINFOIMPL_HPP
#define NAZARA_CORE_POSIX_HARDWAREINFOIMPL_HPP
#include <Nazara/Prerequisites.hpp>
@@ -21,4 +21,4 @@ namespace Nz
};
}
#endif // NAZARA_HARDWAREINFOIMPL_POSIX_HPP
#endif // NAZARA_CORE_POSIX_HARDWAREINFOIMPL_HPP

View File

@@ -4,8 +4,8 @@
#pragma once
#ifndef NAZARA_TASKSCHEDULERIMPL_HPP
#define NAZARA_TASKSCHEDULERIMPL_HPP
#ifndef NAZARA_CORE_POSIX_TASKSCHEDULERIMPL_HPP
#define NAZARA_CORE_POSIX_TASKSCHEDULERIMPL_HPP
#include <Nazara/Prerequisites.hpp>
#include <atomic>
@@ -65,4 +65,4 @@ namespace Nz
};
}
#endif // NAZARA_TASKSCHEDULERIMPL_HPP
#endif // NAZARA_CORE_POSIX_TASKSCHEDULERIMPL_HPP

View File

@@ -1,8 +1,9 @@
// this file was automatically generated and should not be edited
// no header guards
// Copyright (C) 2021 Jérôme Leclercq
// This file is part of the "Nazara Engine - Core module"
// For conditions of distribution and use, see copyright notice in Config.hpp"
// For conditions of distribution and use, see copyright notice in Config.hpp
UnicodeCharacter unicodeCharacters[34592] = {
{0, Unicode::Category_Other_Control, Unicode::Direction_Boundary_Neutral},

View File

@@ -4,8 +4,8 @@
#pragma once
#ifndef NAZARA_CLOCKIMPL_WINDOWS_HPP
#define NAZARA_CLOCKIMPL_WINDOWS_HPP
#ifndef NAZARA_CORE_WIN32_CLOCKIMPL_HPP
#define NAZARA_CORE_WIN32_CLOCKIMPL_HPP
#include <Nazara/Prerequisites.hpp>
@@ -16,4 +16,4 @@ namespace Nz
UInt64 ClockImplGetElapsedMilliseconds();
}
#endif // NAZARA_CLOCKIMPL_WINDOWS_HPP
#endif // NAZARA_CORE_WIN32_CLOCKIMPL_HPP

View File

@@ -4,8 +4,8 @@
#pragma once
#ifndef NAZARA_DYNLIBIMPL_HPP
#define NAZARA_DYNLIBIMPL_HPP
#ifndef NAZARA_CORE_WIN32_DYNLIBIMPL_HPP
#define NAZARA_CORE_WIN32_DYNLIBIMPL_HPP
#include <Nazara/Prerequisites.hpp>
#include <Nazara/Core/DynLib.hpp>
@@ -33,4 +33,4 @@ namespace Nz
};
}
#endif // NAZARA_DYNLIBIMPL_HPP
#endif // NAZARA_CORE_WIN32_DYNLIBIMPL_HPP

View File

@@ -4,8 +4,8 @@
#pragma once
#ifndef NAZARA_FILEIMPL_HPP
#define NAZARA_FILEIMPL_HPP
#ifndef NAZARA_CORE_WIN32_FILEIMPL_HPP
#define NAZARA_CORE_WIN32_FILEIMPL_HPP
#include <Nazara/Prerequisites.hpp>
#include <Nazara/Core/File.hpp>
@@ -44,4 +44,4 @@ namespace Nz
};
}
#endif // NAZARA_FILEIMPL_HPP
#endif // NAZARA_CORE_WIN32_FILEIMPL_HPP

View File

@@ -4,8 +4,8 @@
#pragma once
#ifndef NAZARA_HARDWAREINFOIMPL_WINDOWS_HPP
#define NAZARA_HARDWAREINFOIMPL_WINDOWS_HPP
#ifndef NAZARA_CORE_WIN32_HARDWAREINFOIMPL_HPP
#define NAZARA_CORE_WIN32_HARDWAREINFOIMPL_HPP
#include <Nazara/Prerequisites.hpp>
@@ -21,4 +21,4 @@ namespace Nz
};
}
#endif // NAZARA_HARDWAREINFOIMPL_WINDOWS_HPP
#endif // NAZARA_CORE_WIN32_HARDWAREINFOIMPL_HPP

View File

@@ -4,8 +4,8 @@
#pragma once
#ifndef NAZARA_TASKSCHEDULERIMPL_HPP
#define NAZARA_TASKSCHEDULERIMPL_HPP
#ifndef NAZARA_CORE_WIN32_TASKSCHEDULERIMPL_HPP
#define NAZARA_CORE_WIN32_TASKSCHEDULERIMPL_HPP
#include <Nazara/Prerequisites.hpp>
#include <Nazara/Core/Functor.hpp>
@@ -48,4 +48,4 @@ namespace Nz
};
}
#endif // NAZARA_TASKSCHEDULERIMPL_HPP
#endif // NAZARA_CORE_WIN32_TASKSCHEDULERIMPL_HPP

View File

@@ -4,8 +4,8 @@
#pragma once
#ifndef NAZARA_WINDOWS_TIME_HPP
#define NAZARA_WINDOWS_TIME_HPP
#ifndef NAZARA_CORE_WIN32_TIME_HPP
#define NAZARA_CORE_WIN32_TIME_HPP
#include <Nazara/Prerequisites.hpp>
#include <ctime>
@@ -16,4 +16,4 @@ namespace Nz
time_t FileTimeToTime(FILETIME* time);
}
#endif // NAZARA_WINDOWS_TIME_HPP
#endif // NAZARA_CORE_WIN32_TIME_HPP

View File

@@ -4,8 +4,8 @@
#pragma once
#ifndef NAZARA_SOCKETPOLLERIMPL_HPP
#define NAZARA_SOCKETPOLLERIMPL_HPP
#ifndef NAZARA_NETWORK_LINUX_SOCKETPOLLERIMPL_HPP
#define NAZARA_NETWORK_LINUX_SOCKETPOLLERIMPL_HPP
#include <Nazara/Network/IpAddress.hpp>
#include <Nazara/Network/SocketHandle.hpp>
@@ -41,4 +41,4 @@ namespace Nz
};
}
#endif // NAZARA_SOCKETPOLLERIMPL_HPP
#endif // NAZARA_NETWORK_LINUX_SOCKETPOLLERIMPL_HPP

View File

@@ -4,8 +4,8 @@
#pragma once
#ifndef NAZARA_IPADDRESSIMPL_HPP
#define NAZARA_IPADDRESSIMPL_HPP
#ifndef NAZARA_NETWORK_POSIX_IPADDRESSIMPL_HPP
#define NAZARA_NETWORK_POSIX_IPADDRESSIMPL_HPP
#include <Nazara/Network/IpAddress.hpp>
#include <string>
@@ -37,4 +37,4 @@ namespace Nz
};
}
#endif // NAZARA_IPADDRESSIMPL_HPP
#endif // NAZARA_NETWORK_POSIX_IPADDRESSIMPL_HPP

View File

@@ -4,8 +4,8 @@
#pragma once
#ifndef NAZARA_SOCKETIMPL_HPP
#define NAZARA_SOCKETIMPL_HPP
#ifndef NAZARA_NETWORK_POSIX_SOCKETIMPL_HPP
#define NAZARA_NETWORK_POSIX_SOCKETIMPL_HPP
#include <Nazara/Network/SocketHandle.hpp>
#include <Nazara/Network/Enums.hpp>
@@ -92,4 +92,4 @@ namespace Nz
};
}
#endif // NAZARA_SOCKETIMPL_HPP
#endif // NAZARA_NETWORK_POSIX_SOCKETIMPL_HPP

View File

@@ -4,8 +4,8 @@
#pragma once
#ifndef NAZARA_SOCKETPOLLERIMPL_HPP
#define NAZARA_SOCKETPOLLERIMPL_HPP
#ifndef NAZARA_NETWORK_POSIX_SOCKETPOLLERIMPL_HPP
#define NAZARA_NETWORK_POSIX_SOCKETPOLLERIMPL_HPP
#include <Nazara/Network/SocketHandle.hpp>
#include <Nazara/Network/Posix/SocketImpl.hpp>
@@ -40,4 +40,4 @@ namespace Nz
};
}
#endif // NAZARA_SOCKETPOLLERIMPL_HPP
#endif // NAZARA_NETWORK_POSIX_SOCKETPOLLERIMPL_HPP

View File

@@ -2,6 +2,8 @@
// This file is part of the "Nazara Engine - Network module"
// For conditions of distribution and use, see copyright notice in Config.hpp
// no header guards
#ifdef NAZARA_PLATFORM_WINDOWS
#include <winsock2.h>
#include <ws2tcpip.h>

View File

@@ -4,8 +4,8 @@
#pragma once
#ifndef NAZARA_IPADDRESSIMPL_HPP
#define NAZARA_IPADDRESSIMPL_HPP
#ifndef NAZARA_NETWORK_WIN32_IPADDRESSIMPL_HPP
#define NAZARA_NETWORK_WIN32_IPADDRESSIMPL_HPP
#include <Nazara/Network/IpAddress.hpp>
#include <string>
@@ -40,4 +40,4 @@ namespace Nz
};
}
#endif // NAZARA_IPADDRESSIMPL_HPP
#endif // NAZARA_NETWORK_WIN32_IPADDRESSIMPL_HPP

View File

@@ -4,8 +4,8 @@
#pragma once
#ifndef NAZARA_SOCKETIMPL_HPP
#define NAZARA_SOCKETIMPL_HPP
#ifndef NAZARA_NETWORK_WIN32_SOCKETIMPL_HPP
#define NAZARA_NETWORK_WIN32_SOCKETIMPL_HPP
#include <Nazara/Network/Enums.hpp>
#include <Nazara/Network/IpAddress.hpp>
@@ -91,4 +91,4 @@ namespace Nz
};
}
#endif // NAZARA_SOCKETIMPL_HPP
#endif // NAZARA_NETWORK_WIN32_SOCKETIMPL_HPP

View File

@@ -4,8 +4,8 @@
#pragma once
#ifndef NAZARA_SOCKETPOLLERIMPL_HPP
#define NAZARA_SOCKETPOLLERIMPL_HPP
#ifndef NAZARA_NETWORK_WIN32_SOCKETPOLLERIMPL_HPP
#define NAZARA_NETWORK_WIN32_SOCKETPOLLERIMPL_HPP
#include <Nazara/Network/IpAddress.hpp>
#include <Nazara/Network/SocketHandle.hpp>
@@ -49,4 +49,4 @@ namespace Nz
};
}
#endif // NAZARA_SOCKETPOLLERIMPL_HPP
#endif // NAZARA_NETWORK_WIN32_SOCKETPOLLERIMPL_HPP

View File

@@ -4,8 +4,8 @@
#pragma once
#ifndef NAZARA_CURSORIMPL_HPP
#define NAZARA_CURSORIMPL_HPP
#ifndef NAZARA_PLATFORM_SDL2_CURSORIMPL_HPP
#define NAZARA_PLATFORM_SDL2_CURSORIMPL_HPP
#include <Nazara/Prerequisites.hpp>
#include <Nazara/Core/MovablePtr.hpp>
@@ -37,4 +37,4 @@ namespace Nz
};
}
#endif // NAZARA_CURSORIMPL_HPP
#endif // NAZARA_PLATFORM_SDL2_CURSORIMPL_HPP

View File

@@ -4,8 +4,8 @@
#pragma once
#ifndef NAZARA_ICONIMPL_HPP
#define NAZARA_ICONIMPL_HPP
#ifndef NAZARA_PLATFORM_SDL2_ICONIMPL_HPP
#define NAZARA_PLATFORM_SDL2_ICONIMPL_HPP
#include <Nazara/Prerequisites.hpp>
#include <Nazara/Core/MovablePtr.hpp>
@@ -33,4 +33,4 @@ namespace Nz
};
}
#endif // NAZARA_ICONIMPL_HPP
#endif // NAZARA_PLATFORM_SDL2_ICONIMPL_HPP

View File

@@ -4,8 +4,8 @@
#pragma once
#ifndef NAZARA_INPUTIMPL_HPP
#define NAZARA_INPUTIMPL_HPP
#ifndef NAZARA_PLATFORM_SDL2_INPUTIMPL_HPP
#define NAZARA_PLATFORM_SDL2_INPUTIMPL_HPP
#include <Nazara/Math/Vector2.hpp>
#include <Nazara/Platform/Keyboard.hpp>
@@ -34,4 +34,4 @@ namespace Nz
};
}
#endif // NAZARA_INPUTIMPL_HPP
#endif // NAZARA_PLATFORM_SDL2_INPUTIMPL_HPP

View File

@@ -4,8 +4,8 @@
#pragma once
#ifndef NAZARA_SDL2_HELPER_HPP
#define NAZARA_SDL2_HELPER_HPP
#ifndef NAZARA_PLATFORM_SDL2_SDLHELPER_HPP
#define NAZARA_PLATFORM_SDL2_SDLHELPER_HPP
#include <Nazara/Platform/Keyboard.hpp>
#include <SDL2/SDL_keycode.h>
@@ -23,4 +23,4 @@ namespace Nz
};
}
#endif // NAZARA_SDL2_HELPER_HPP
#endif // NAZARA_PLATFORM_SDL2_SDLHELPER_HPP

View File

@@ -4,8 +4,8 @@
#pragma once
#ifndef NAZARA_VIDEOMODEIMPL_HPP
#define NAZARA_VIDEOMODEIMPL_HPP
#ifndef NAZARA_PLATFORM_SDL2_VIDEOMODEIMPL_HPP
#define NAZARA_PLATFORM_SDL2_VIDEOMODEIMPL_HPP
#include <Nazara/Platform/VideoMode.hpp>
@@ -19,4 +19,4 @@ namespace Nz
};
}
#endif // NNAZARA_VIDEOMODEIMPL_HPP
#endif // NAZARA_PLATFORM_SDL2_VIDEOMODEIMPL_HPP

View File

@@ -6,8 +6,8 @@
#pragma once
#ifndef NAZARA_WINDOWIMPL_HPP
#define NAZARA_WINDOWIMPL_HPP
#ifndef NAZARA_PLATFORM_SDL2_WINDOWIMPL_HPP
#define NAZARA_PLATFORM_SDL2_WINDOWIMPL_HPP
#include <Nazara/Math/Rect.hpp>
#include <Nazara/Math/Vector2.hpp>
@@ -105,4 +105,4 @@ namespace Nz
};
}
#endif // NAZARA_WINDOWIMPL_HPP
#endif // NAZARA_PLATFORM_SDL2_WINDOWIMPL_HPP

View File

@@ -4,8 +4,8 @@
#pragma once
#ifndef NAZARA_VIDEOMODEIMPL_HPP
#define NAZARA_VIDEOMODEIMPL_HPP
#ifndef NAZARA_PLATFORM_VIDEOMODEIMPL_HPP
#define NAZARA_PLATFORM_VIDEOMODEIMPL_HPP
#include <vector>
@@ -18,4 +18,4 @@ class VideoModeImpl
static void GetFullscreenModes(std::vector<VideoMode>& modes);
};
#endif // NAZARA_VIDEOMODEIMPL_HPP
#endif // NAZARA_PLATFORM_VIDEOMODEIMPL_HPP

View File

@@ -1,8 +1,8 @@
// this file was automatically generated and should not be edited
// Copyright (C) 2021 Jérôme Leclercq
// Copyright (C) 2021 Jérôme "Lynix" Leclercq (lynix680@gmail.com)
// This file is part of the "Nazara Engine - Shader module"
// For conditions of distribution and use, see copyright notice in Config.hpp"
// For conditions of distribution and use, see copyright notice in Config.hpp
// this file was automatically generated and should not be edited
#include <Nazara/Shader/SpirvData.hpp>
#include <algorithm>

View File

@@ -4,8 +4,8 @@
#pragma once
#ifndef NAZARA_LOADERS_DDS_CONSTANTS_HPP
#define NAZARA_LOADERS_DDS_CONSTANTS_HPP
#ifndef NAZARA_UTILITY_FORMATS_DDSCONSTANTS_HPP
#define NAZARA_UTILITY_FORMATS_DDSCONSTANTS_HPP
#include <Nazara/Prerequisites.hpp>
#include <Nazara/Core/SerializationContext.hpp>
@@ -374,4 +374,4 @@ namespace Nz
NAZARA_UTILITY_API bool Unserialize(SerializationContext& context, DDSPixelFormat* pixelFormat);
}
#endif // NAZARA_LOADERS_DDS_CONSTANTS_HPP
#endif // NAZARA_UTILITY_FORMATS_DDSCONSTANTS_HPP

View File

@@ -4,8 +4,8 @@
#pragma once
#ifndef NAZARA_LOADERS_DDS_HPP
#define NAZARA_LOADERS_DDS_HPP
#ifndef NAZARA_UTILITY_FORMATS_DDSLOADER_HPP
#define NAZARA_UTILITY_FORMATS_DDSLOADER_HPP
#include <Nazara/Prerequisites.hpp>
#include <Nazara/Utility/Image.hpp>
@@ -15,4 +15,4 @@ namespace Nz::Loaders
ImageLoader::Entry GetImageLoader_DDS();
}
#endif // NAZARA_LOADERS_DDS_HPP
#endif // NAZARA_UTILITY_FORMATS_DDSLOADER_HPP

View File

@@ -4,8 +4,8 @@
#pragma once
#ifndef NAZARA_LOADERS_FREETYPE_HPP
#define NAZARA_LOADERS_FREETYPE_HPP
#ifndef NAZARA_UTILITY_FORMATS_FREETYPELOADER_HPP
#define NAZARA_UTILITY_FORMATS_FREETYPELOADER_HPP
#include <Nazara/Prerequisites.hpp>
#include <Nazara/Utility/Font.hpp>
@@ -17,4 +17,4 @@ namespace Nz::Loaders
void UninitializeFreeType();
}
#endif // NAZARA_LOADERS_FREETYPE_HPP
#endif // NAZARA_UTILITY_FORMATS_FREETYPELOADER_HPP

View File

@@ -2,8 +2,10 @@
// This file is part of the "Nazara Engine - Utility module"
// For conditions of distribution and use, see copyright notice in Config.hpp
#ifndef NAZARA_LOADERS_MD2_CONSTANTS_HPP
#define NAZARA_LOADERS_MD2_CONSTANTS_HPP
#pragma once
#ifndef NAZARA_UTILITY_FORMATS_MD2CONSTANTS_HPP
#define NAZARA_UTILITY_FORMATS_MD2CONSTANTS_HPP
#include <Nazara/Prerequisites.hpp>
#include <Nazara/Math/Vector3.hpp>
@@ -64,4 +66,4 @@ namespace Nz
extern const Vector3f md2Normals[162];
}
#endif // NAZARA_LOADERS_MD2_CONSTANTS_HPP
#endif // NAZARA_UTILITY_FORMATS_MD2CONSTANTS_HPP

View File

@@ -4,8 +4,8 @@
#pragma once
#ifndef NAZARA_LOADERS_MD2_HPP
#define NAZARA_LOADERS_MD2_HPP
#ifndef NAZARA_UTILITY_FORMATS_MD2LOADER_HPP
#define NAZARA_UTILITY_FORMATS_MD2LOADER_HPP
#include <Nazara/Prerequisites.hpp>
#include <Nazara/Utility/Mesh.hpp>
@@ -15,4 +15,4 @@ namespace Nz::Loaders
MeshLoader::Entry GetMeshLoader_MD2();
}
#endif // NAZARA_LOADERS_MD2_HPP
#endif // NAZARA_UTILITY_FORMATS_MD2LOADER_HPP

View File

@@ -4,8 +4,8 @@
#pragma once
#ifndef NAZARA_LOADERS_MD5ANIM_HPP
#define NAZARA_LOADERS_MD5ANIM_HPP
#ifndef NAZARA_UTILITY_FORMATS_MD5ANIMLOADER_HPP
#define NAZARA_UTILITY_FORMATS_MD5ANIMLOADER_HPP
#include <Nazara/Prerequisites.hpp>
#include <Nazara/Utility/Animation.hpp>
@@ -15,4 +15,4 @@ namespace Nz::Loaders
AnimationLoader::Entry GetAnimationLoader_MD5Anim();
}
#endif // NAZARA_LOADERS_MD5ANIM_HPP
#endif // NAZARA_UTILITY_FORMATS_MD5ANIMLOADER_HPP

View File

@@ -4,8 +4,8 @@
#pragma once
#ifndef NAZARA_LOADERS_MD5MESH_HPP
#define NAZARA_LOADERS_MD5MESH_HPP
#ifndef NAZARA_UTILITY_FORMATS_MD5MESHLOADER_HPP
#define NAZARA_UTILITY_FORMATS_MD5MESHLOADER_HPP
#include <Nazara/Prerequisites.hpp>
#include <Nazara/Utility/Mesh.hpp>
@@ -15,4 +15,4 @@ namespace Nz::Loaders
MeshLoader::Entry GetMeshLoader_MD5Mesh();
}
#endif // NAZARA_LOADERS_MD5MESH_HPP
#endif // NAZARA_UTILITY_FORMATS_MD5MESHLOADER_HPP

View File

@@ -4,8 +4,8 @@
#pragma once
#ifndef NAZARA_LOADERS_OBJ_HPP
#define NAZARA_LOADERS_OBJ_HPP
#ifndef NAZARA_UTILITY_FORMATS_OBJLOADER_HPP
#define NAZARA_UTILITY_FORMATS_OBJLOADER_HPP
#include <Nazara/Prerequisites.hpp>
#include <Nazara/Utility/Mesh.hpp>
@@ -15,4 +15,4 @@ namespace Nz::Loaders
MeshLoader::Entry GetMeshLoader_OBJ();
}
#endif // NAZARA_LOADERS_OBJ_HPP
#endif // NAZARA_UTILITY_FORMATS_OBJLOADER_HPP

View File

@@ -4,8 +4,8 @@
#pragma once
#ifndef NAZARA_FORMATS_OBJSAVER_HPP
#define NAZARA_FORMATS_OBJSAVER_HPP
#ifndef NAZARA_UTILITY_FORMATS_OBJSAVER_HPP
#define NAZARA_UTILITY_FORMATS_OBJSAVER_HPP
#include <Nazara/Prerequisites.hpp>
#include <Nazara/Utility/Mesh.hpp>
@@ -15,4 +15,4 @@ namespace Nz::Loaders
MeshSaver::Entry GetMeshSaver_OBJ();
}
#endif // NAZARA_FORMATS_OBJSAVER_HPP
#endif // NAZARA_UTILITY_FORMATS_OBJSAVER_HPP

View File

@@ -4,8 +4,8 @@
#pragma once
#ifndef NAZARA_LOADERS_PCX_HPP
#define NAZARA_LOADERS_PCX_HPP
#ifndef NAZARA_UTILITY_FORMATS_PCXLOADER_HPP
#define NAZARA_UTILITY_FORMATS_PCXLOADER_HPP
#include <Nazara/Prerequisites.hpp>
#include <Nazara/Utility/Image.hpp>
@@ -15,4 +15,4 @@ namespace Nz::Loaders
ImageLoader::Entry GetImageLoader_PCX();
}
#endif // NAZARA_LOADERS_PCX_HPP
#endif // NAZARA_UTILITY_FORMATS_PCXLOADER_HPP

View File

@@ -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

View File

@@ -4,8 +4,8 @@
#pragma once
#ifndef NAZARA_FORMATS_STBSAVER_HPP
#define NAZARA_FORMATS_STBSAVER_HPP
#ifndef NAZARA_UTILITY_FORMATS_STBSAVER_HPP
#define NAZARA_UTILITY_FORMATS_STBSAVER_HPP
#include <Nazara/Prerequisites.hpp>
#include <Nazara/Utility/Image.hpp>
@@ -15,4 +15,4 @@ namespace Nz::Loaders
ImageSaver::Entry GetImageSaver_STB();
}
#endif // NAZARA_FORMATS_STBSAVER_HPP
#endif // NAZARA_UTILITY_FORMATS_STBSAVER_HPP