mirror of
https://github.com/netsurf-browser/netsurf
synced 2024-12-14 00:07:25 +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
|