Fixed compile error with USE_OPENGL and vc++
This commit is contained in:
parent
357fa47464
commit
c3316e3536
1 changed files with 5 additions and 0 deletions
|
@ -34,7 +34,12 @@
|
|||
|
||||
#include "freecraft.h"
|
||||
|
||||
#if defined(USE_OPENGL) && defined(_MSC_VER)
|
||||
#undef NOUSER
|
||||
#include "video.h"
|
||||
#else
|
||||
#include "video.h"
|
||||
#endif
|
||||
#include "font.h"
|
||||
#include "interface.h"
|
||||
#include "menus.h"
|
||||
|
|
Loading…
Add table
Reference in a new issue