File indexing completed on 2024-03-24 16:22:58

0001 #include "src/config.h"
0002 
0003 #ifndef HTML_PATH
0004 #define HTML_PATH "/usr/local/share/doc/stopmotion/html"
0005 #endif
0006 
0007 #ifndef TRANSLATIONS_PATH
0008 #define TRANSLATIONS_PATH "/usr/local/share/stopmotion/translations"
0009 #endif
0010 
0011 const char *const stopmotion::htmlDirectory = HTML_PATH;
0012 const char *const stopmotion::translationsDirectory = TRANSLATIONS_PATH;