Added network configuration dialogue.
This commit is contained in:
parent
6697e31929
commit
961490cca9
10 changed files with 263 additions and 7 deletions
|
|
@ -30,6 +30,7 @@ struct device_t;
|
|||
|
||||
void deviceconfig_open(HWND hwnd, struct device_t *device);
|
||||
void joystickconfig_open(HWND hwnd, int joy_nr, int type);
|
||||
void networkconfig_open(HWND hwnd);
|
||||
|
||||
extern char openfilestring[260];
|
||||
|
||||
|
|
|
|||
Loading…
Reference in a new issue