16 lines
422 B
C++
16 lines
422 B
C++
// Copyright (C) 2023 Jérôme "Lynix" Leclercq (lynix680@gmail.com)
|
|
// This file is part of the "Nazara Engine - Core module"
|
|
// For conditions of distribution and use, see copyright notice in Config.hpp
|
|
|
|
// no header guards
|
|
|
|
#ifndef _X11_XLIB_H_
|
|
#error This header should only be included after including X11/Xlib.h directly or indirectly in a .cpp
|
|
#endif
|
|
|
|
#undef Always
|
|
#undef Bool
|
|
#undef False
|
|
#undef None
|
|
#undef True
|