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