fallout2-ce/src/window_manager_private.h

14 lines
300 B
C
Raw Normal View History

2022-05-19 01:51:26 -07:00
#ifndef WINDOW_MANAGER_PRIVATE_H
#define WINDOW_MANAGER_PRIVATE_H
typedef struct struc_177 struc_177;
extern char gProgramWindowTitle[256];
int _win_debug(char* a1);
int _GNW_process_menu(struc_177* ptr, int i);
void _GNW_intr_init();
void _GNW_intr_exit();
#endif /* WINDOW_MANAGER_PRIVATE_H */