More commits for science

This commit is contained in:
Lynix 2020-05-27 21:24:56 +02:00
parent 3f5b041a81
commit 89504de465
3 changed files with 5 additions and 5 deletions

View File

@ -2,9 +2,9 @@
// This file is part of the "Nazara Engine - Renderer module"
// For conditions of distribution and use, see copyright notice in Config.hpp
#include <Nazara/Renderer/X11/Display.hpp>
#include <Nazara/Renderer/GLX/Display.hpp>
#include <Nazara/Core/Error.hpp>
#include <Nazara/Renderer/X11/ScopedXCB.hpp>
#include <Nazara/Renderer/GLX/ScopedXCB.hpp>
#include <xcb/xcb_keysyms.h>
#include <unordered_map>
#include <Nazara/Renderer/Debug.hpp>

View File

@ -2,9 +2,9 @@
// This file is part of the "Nazara Engine - Renderer module"
// For conditions of distribution and use, see copyright notice in Config.hpp
#include <Nazara/Renderer/X11/ScopedXCB.hpp>
#include <Nazara/Renderer/GLX/ScopedXCB.hpp>
#include <Nazara/Core/Error.hpp>
#include <Nazara/Platform/X11/Display.hpp>
#include <Nazara/Platform/GLX/Display.hpp>
#include <xcb/xcb_image.h>
#include <Nazara/Renderer/Debug.hpp>

View File

@ -96,6 +96,6 @@ namespace Nz
};
}
#include <Nazara/Renderer/X11/ScopedXCB.inl>
#include <Nazara/Renderer/GLX/ScopedXCB.inl>
#endif // NAZARA_SCOPEDXCB_HPP