15 lines
329 B
C
15 lines
329 B
C
#ifndef CONFIG_H
|
|
#define CONFIG_H
|
|
|
|
#define EMBER_PROJECT_EXTENSION ".emproj"
|
|
#define EMBER_COMPOSITION_EXTENSION ".emcomp"
|
|
#define EMBER_SEQUENCE_EXTENSION ".emseq"
|
|
|
|
#define APP_NAME "Ember"
|
|
#define APP_VERSION "1.0"
|
|
#define APP_AUTHOR "Tiberiu Chibici"
|
|
|
|
#define RECENT_PROJECTS_FILENAME "recentprojects.xml"
|
|
|
|
#endif // CONFIG_H
|