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