mirror of
https://port.numenaute.org/aleajactaest/khanat-opennel-code.git
synced 2024-11-10 09:19:01 +00:00
Fixed: Compilation under some Linux versions
This commit is contained in:
parent
30b2829fb1
commit
afb102bc31
6 changed files with 19 additions and 0 deletions
|
@ -24,6 +24,9 @@
|
||||||
#include "nel/3d/frustum.h"
|
#include "nel/3d/frustum.h"
|
||||||
#include "nel/3d/u_3d_mouse_listener.h"
|
#include "nel/3d/u_3d_mouse_listener.h"
|
||||||
|
|
||||||
|
#ifdef _X
|
||||||
|
# undef _X
|
||||||
|
#endif
|
||||||
|
|
||||||
namespace NL3D
|
namespace NL3D
|
||||||
{
|
{
|
||||||
|
|
|
@ -20,6 +20,9 @@
|
||||||
#include "nel/misc/types_nl.h"
|
#include "nel/misc/types_nl.h"
|
||||||
#include "nel/misc/smart_ptr.h"
|
#include "nel/misc/smart_ptr.h"
|
||||||
|
|
||||||
|
#ifdef _X
|
||||||
|
# undef _X
|
||||||
|
#endif
|
||||||
|
|
||||||
namespace NL3D {
|
namespace NL3D {
|
||||||
|
|
||||||
|
|
|
@ -24,6 +24,9 @@
|
||||||
#include "nel/3d/fast_ptr_list.h"
|
#include "nel/3d/fast_ptr_list.h"
|
||||||
#include "nel/3d/transform.h"
|
#include "nel/3d/transform.h"
|
||||||
|
|
||||||
|
#ifdef _X
|
||||||
|
# undef _X
|
||||||
|
#endif
|
||||||
|
|
||||||
namespace NL3D
|
namespace NL3D
|
||||||
{
|
{
|
||||||
|
|
|
@ -22,6 +22,9 @@
|
||||||
#include "nel/misc/matrix.h"
|
#include "nel/misc/matrix.h"
|
||||||
#include "nel/3d/frustum.h"
|
#include "nel/3d/frustum.h"
|
||||||
|
|
||||||
|
#ifdef _X
|
||||||
|
# undef _X
|
||||||
|
#endif
|
||||||
|
|
||||||
namespace NL3D
|
namespace NL3D
|
||||||
{
|
{
|
||||||
|
|
|
@ -29,6 +29,9 @@
|
||||||
#include <string>
|
#include <string>
|
||||||
|
|
||||||
|
|
||||||
|
#ifdef _X
|
||||||
|
# undef _X
|
||||||
|
#endif
|
||||||
|
|
||||||
|
|
||||||
namespace NL3D
|
namespace NL3D
|
||||||
|
|
|
@ -23,6 +23,10 @@
|
||||||
#include "collision_surface_temp.h"
|
#include "collision_surface_temp.h"
|
||||||
#include <vector>
|
#include <vector>
|
||||||
|
|
||||||
|
#ifdef _X
|
||||||
|
# undef _X
|
||||||
|
#endif
|
||||||
|
|
||||||
namespace NLMISC
|
namespace NLMISC
|
||||||
{
|
{
|
||||||
class IStream;
|
class IStream;
|
||||||
|
|
Loading…
Reference in a new issue