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

@@ -1,9 +1,9 @@
// This file was automatically generated
// this file was automatically generated and should not be edited
/*
Nazara Engine - OpenGL
Nazara Engine - OpenGL renderer
Copyright (C) 2015 Jérôme "Lynix" Leclercq (Lynix680@gmail.com)
Copyright (C) 2021 Jérôme "Lynix" Leclercq (lynix680@gmail.com)
Permission is hereby granted, free of charge, to any person obtaining a copy of
this software and associated documentation files (the "Software"), to deal in
@@ -26,8 +26,8 @@
#pragma once
#ifndef NAZARA_GLOBAL_OPENGLRENDERER_WRAPPER_HPP
#define NAZARA_GLOBAL_OPENGLRENDERER_WRAPPER_HPP
#ifndef NAZARA_OPENGLRENDERER_WRAPPER_HPP
#define NAZARA_OPENGLRENDERER_WRAPPER_HPP
#include <Nazara/OpenGLRenderer/Wrapper/Buffer.hpp>
#include <Nazara/OpenGLRenderer/Wrapper/Context.hpp>
@@ -42,4 +42,4 @@
#include <Nazara/OpenGLRenderer/Wrapper/Texture.hpp>
#include <Nazara/OpenGLRenderer/Wrapper/VertexArray.hpp>
#endif // NAZARA_GLOBAL_OPENGLRENDERER_WRAPPER_HPP
#endif // NAZARA_OPENGLRENDERER_WRAPPER_HPP