Apply header guard check
This commit is contained in:
@@ -4,8 +4,8 @@
|
||||
|
||||
#pragma once
|
||||
|
||||
#ifndef NAZARA_CONFIG_CHECK_OPENGLRENDERER_HPP
|
||||
#define NAZARA_CONFIG_CHECK_OPENGLRENDERER_HPP
|
||||
#ifndef NAZARA_OPENGLRENDERER_CONFIGCHECK_HPP
|
||||
#define NAZARA_OPENGLRENDERER_CONFIGCHECK_HPP
|
||||
|
||||
/// Ce fichier sert à vérifier la valeur des constantes du fichier Config.hpp
|
||||
|
||||
@@ -19,4 +19,4 @@
|
||||
#define NAZARA_OPENGLRENDERER_MANAGE_MEMORY 0
|
||||
#endif
|
||||
|
||||
#endif // NAZARA_CONFIG_CHECK_OPENGLRENDERER_HPP
|
||||
#endif // NAZARA_OPENGLRENDERER_CONFIGCHECK_HPP
|
||||
|
||||
Reference in New Issue
Block a user