fallout2-ce/src/widget.h

12 lines
152 B
C
Raw Normal View History

2022-05-19 01:51:26 -07:00
#ifndef WIDGET_H
#define WIDGET_H
2022-09-23 05:43:44 -07:00
namespace fallout {
2022-05-19 01:51:26 -07:00
int _update_widgets();
void sub_4B5998(int win);
2022-05-19 01:51:26 -07:00
2022-09-23 05:43:44 -07:00
} // namespace fallout
2022-05-19 01:51:26 -07:00
#endif /* WIDGET_H */