10 lines
168 B
Text
10 lines
168 B
Text
|
#define OPTIONS_INGAME
|
||
|
|
||
|
#ifdef CONSOLE
|
||
|
#include "ui/ingame_options.menu"
|
||
|
#endif // #ifdef CONSOLE
|
||
|
|
||
|
#ifdef PC
|
||
|
#include "ui/options_pc.menu"
|
||
|
#endif // #ifdef PC
|