mirror of
https://github.com/netsurf-browser/netsurf
synced 2024-11-29 01:33:16 +03:00
10 lines
139 B
C
10 lines
139 B
C
|
#ifndef NS_ATARI_SETTINGS
|
||
|
#define NS_ATARI_SETTINGS
|
||
|
|
||
|
#include <windom.h>
|
||
|
|
||
|
WINDOW * open_settings(void);
|
||
|
void close_settings(void);
|
||
|
|
||
|
#endif
|