Fix copyright dates and some defines

This commit is contained in:
Jérôme Leclercq
2020-08-11 00:01:49 +02:00
parent 837a6585a1
commit 1a12e18a36
40 changed files with 43 additions and 43 deletions

View File

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