fallout2-ce/src/widget.h

8 lines
107 B
C
Raw Normal View History

2022-05-19 01:51:26 -07:00
#ifndef WIDGET_H
#define WIDGET_H
int _update_widgets();
void sub_4B5998(int win);
2022-05-19 01:51:26 -07:00
#endif /* WIDGET_H */