mirror of
https://github.com/netsurf-browser/netsurf
synced 2025-02-11 03:54:30 +03:00
9 lines
115 B
C
9 lines
115 B
C
#ifndef NS_ATARI_SETTINGS
|
|
#define NS_ATARI_SETTINGS
|
|
|
|
|
|
void open_settings(void);
|
|
void close_settings(void);
|
|
|
|
#endif
|