More commits for science
This commit is contained in:
parent
3f5b041a81
commit
89504de465
|
|
@ -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>
|
||||
|
|
|
|||
|
|
@ -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>
|
||||
|
||||
|
|
|
|||
|
|
@ -96,6 +96,6 @@ namespace Nz
|
|||
};
|
||||
}
|
||||
|
||||
#include <Nazara/Renderer/X11/ScopedXCB.inl>
|
||||
#include <Nazara/Renderer/GLX/ScopedXCB.inl>
|
||||
|
||||
#endif // NAZARA_SCOPEDXCB_HPP
|
||||
|
|
|
|||
Loading…
Reference in New Issue