Fix copyright dates and some defines
This commit is contained in:
@@ -4,8 +4,8 @@
|
||||
|
||||
#pragma once
|
||||
|
||||
#ifndef NAZARA_CONFIG_CHECK_VULKANE_HPP
|
||||
#define NAZARA_CONFIG_CHECK_VULKANE_HPP
|
||||
#ifndef NAZARA_CONFIG_CHECK_VULKANRENDERER_HPP
|
||||
#define NAZARA_CONFIG_CHECK_VULKANRENDERER_HPP
|
||||
|
||||
/// Ce fichier sert à vérifier la valeur des constantes du fichier Config.hpp
|
||||
|
||||
@@ -15,8 +15,8 @@
|
||||
|
||||
// On force la valeur de MANAGE_MEMORY en mode debug
|
||||
#if defined(NAZARA_DEBUG) && !NAZARA_VULKANRENDERER_MANAGE_MEMORY
|
||||
#undef NAZARA_MODULENAME_MANAGE_MEMORY
|
||||
#define NAZARA_MODULENAME_MANAGE_MEMORY 0
|
||||
#undef NAZARA_VULKANRENDERER_MANAGE_MEMORY
|
||||
#define NAZARA_VULKANRENDERER_MANAGE_MEMORY 0
|
||||
#endif
|
||||
|
||||
#endif // NAZARA_CONFIG_CHECK_VULKANRENDERER_HPP
|
||||
|
||||
Reference in New Issue
Block a user