This commit is contained in:
Eduardo Bart
2011-04-17 16:14:24 -03:00
93 changed files with 862 additions and 824 deletions

View File

@@ -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>

View File

@@ -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;