10 lines
159 B
Text
10 lines
159 B
Text
|
#define OPTIONS_MAIN
|
||
|
|
||
|
#ifdef CONSOLE
|
||
|
#include "ui/options.menu"
|
||
|
#endif // #ifdef CONSOLE
|
||
|
|
||
|
#ifdef PC
|
||
|
#include "ui/options_pc.menu"
|
||
|
#endif // #ifdef PC
|