SmartPDF - lightweight pdf viewer app for rosapps
[reactos.git] / rosapps / smartpdf / src / AppPrefs.h
1 /* Copyright Krzysztof Kowalczyk 2006-2007
2 License: GPLv2 */
3 #ifndef APP_PREFS_H_
4 #define APP_PREFS_H_
5
6 #include "DisplayState.h"
7 #include "FileHistory.h"
8
9 bool Prefs_Serialize(FileHistoryList **root, DString *strOut);
10 bool Prefs_Deserialize(const char *prefsTxt, FileHistoryList **fileHistoryRoot);
11
12 #endif
13