Include config.h correctly.
This commit is contained in:
parent
13e978a2ed
commit
ca5db6d5b7
|
@ -17,6 +17,10 @@
|
|||
#ifndef MENU_COMMON_H__
|
||||
#define MENU_COMMON_H__
|
||||
|
||||
#ifdef HAVE_CONFIG_H
|
||||
#include "../../config.h"
|
||||
#endif
|
||||
|
||||
#ifdef HAVE_RGUI
|
||||
#define MENU_TEXTURE_FULLSCREEN false
|
||||
#else
|
||||
|
|
Loading…
Reference in New Issue