fallout2-ce/src/options.h

13 lines
175 B
C++

#ifndef OPTIONS_H
#define OPTIONS_H
namespace fallout {
int showOptions();
int showPause(bool a1);
int _init_options_menu();
} // namespace fallout
#endif /* OPTIONS_H */