netsurf/atari/settings.h
Ole Loots 695f052237 Moved form handling into gemtk,
removed several windom includes
2012-12-31 03:37:43 +01:00

9 lines
115 B
C

#ifndef NS_ATARI_SETTINGS
#define NS_ATARI_SETTINGS
void open_settings(void);
void close_settings(void);
#endif