Files
NazaraEngine/include/Nazara/Widgets/Debug.hpp
Jérôme Leclercq a66f6faed1 Add widgets (WIP)
2021-10-04 09:25:45 +02:00

9 lines
308 B
C++

// Copyright (C) 2020 Jérôme Leclercq
// This file is part of the "Nazara Engine - Graphics module"
// For conditions of distribution and use, see copyright notice in Config.hpp
#include <Nazara/Widgets/Config.hpp>
#if NAZARA_WIDGETS_MANAGE_MEMORY
#include <Nazara/Core/Debug/NewRedefinition.hpp>
#endif