netsurf/atari/settings.h
Ole Loots de8849fd09 Added settings dialog, read only right now.
svn path=/trunk/netsurf/; revision=13270
2011-12-13 22:17:50 +00:00

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