// database.h #ifndef database_h #define database_h bool savedb(void); bool loaddb(LPCTSTR,UINT); #endif