12 lines
152 B
C++
12 lines
152 B
C++
#ifndef WIDGET_H
|
|
#define WIDGET_H
|
|
|
|
namespace fallout {
|
|
|
|
int _update_widgets();
|
|
void sub_4B5998(int win);
|
|
|
|
} // namespace fallout
|
|
|
|
#endif /* WIDGET_H */
|