Sayonara Player
Macros.h
1 #ifndef VARIABLES_H
2 #define VARIABLES_H
3 
4 #define SAYONARA_VERSION "0.9.3"
5 #define SAYONARA_INSTALL_PATH "/usr"
6 #define SAYONARA_INSTALL_LIB_PATH "/usr/lib/sayonara/"
7 #define SAYONARA_INSTALL_BIN_PATH "/usr/bin/"
8 #define SAYONARA_INSTALL_SHARE_PATH "/usr/share/sayonara/"
9 
10 #endif