mirror of
https://github.com/edubart/otclient.git
synced 2025-10-20 06:23:26 +02:00
ahn?
This commit is contained in:
@@ -21,12 +21,15 @@
|
||||
* THE SOFTWARE.
|
||||
*/
|
||||
|
||||
#include "core/platform.h"
|
||||
#include "core/engine.h"
|
||||
|
||||
#include <dir.h>
|
||||
#include <physfs.h>
|
||||
#include <prerequisites.h>
|
||||
#include <core/platform.h>
|
||||
#include <core/engine.h>
|
||||
|
||||
#include <windows.h>
|
||||
#include <dir.h>
|
||||
|
||||
#include <physfs.h>
|
||||
|
||||
#include <GL/gl.h>
|
||||
#include <GL/glext.h>
|
||||
|
@@ -22,17 +22,20 @@
|
||||
*/
|
||||
|
||||
|
||||
#include "core/platform.h"
|
||||
#include "core/engine.h"
|
||||
#include <prerequisites.h>
|
||||
#include <core/platform.h>
|
||||
#include <core/engine.h>
|
||||
|
||||
#include <sys/time.h>
|
||||
#include <sys/stat.h>
|
||||
#include <errno.h>
|
||||
|
||||
#include <physfs.h>
|
||||
|
||||
#include <GL/glx.h>
|
||||
|
||||
#include <X11/Xlib.h>
|
||||
#include <X11/Xatom.h>
|
||||
#include <GL/glx.h>
|
||||
#include <physfs.h>
|
||||
|
||||
struct X11PlatformPrivate {
|
||||
Display *display;
|
||||
|
Reference in New Issue
Block a user