mirror of
https://github.com/netsurf-browser/netsurf
synced 2024-11-24 23:39:51 +03:00
695f052237
removed several windom includes
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
|