Updated plugin includes to build in gcc and added Linux binaries.
This commit is contained in:
committed by
Jason Watkins
parent
46fe5b0fe4
commit
a6a99dc574
@@ -22,15 +22,12 @@
|
||||
|
||||
#include <cmath>
|
||||
#include <string>
|
||||
#include <cstring>
|
||||
//OpenGL includes
|
||||
#if IBM
|
||||
#include <windows.h>
|
||||
#endif
|
||||
#if __GNUC__
|
||||
#include <OpenGL/gl.h>
|
||||
#else
|
||||
#include <GL/gl.h>
|
||||
#endif
|
||||
|
||||
namespace XPC
|
||||
{
|
||||
@@ -299,4 +296,4 @@ namespace XPC
|
||||
ClearWaypoints();
|
||||
}
|
||||
}
|
||||
}
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user