Commit d1c96c23 authored by nanahira's avatar nanahira

mgconfig

parent 3d3f72ad
......@@ -48,12 +48,19 @@ inline int _wtoi(const wchar_t * s) {
#endif
#include <irrlicht.h>
#ifdef YGOPRO_USE_IRRKLANG
#include <irrKlang.h>
#ifdef IRRKLANG_STATIC
#include "../ikpMP3/ikpMP3.h"
#endif
#endif
#ifdef __APPLE__
#include <OpenGL/gl.h>
#include <OpenGL/glu.h>
#else
#include <GL/gl.h>
#include <GL/glu.h>
#endif
#include "CGUITTFont.h"
#include "CGUIImageButton.h"
#include <iostream>
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment