fallout2-ce/src/options.h

13 lines
175 B
C
Raw Normal View History

2022-05-19 01:51:26 -07:00
#ifndef OPTIONS_H
#define OPTIONS_H
2022-09-23 05:43:44 -07:00
namespace fallout {
2022-05-19 01:51:26 -07:00
int showOptions();
int showPause(bool a1);
int _init_options_menu();
2022-09-23 05:43:44 -07:00
} // namespace fallout
2022-05-19 01:51:26 -07:00
#endif /* OPTIONS_H */