Remoto - VFS: defines.h Source File
Remoto - VFS
defines.h
Go to the documentation of this file.
1 #ifndef DEFINES_H
2 #define DEFINES_H
3 
4 #define ORGANIZATION_NAME "Remoto, LLC"
5 #define ORGANIZATION_DOMAIN "eyelash.ai"
6 #define APPLICATION_NAME "VFS"
7 #define APPLICATION_VERSION VFS_GIT_VERSION
8 
9 #define RMO_CREDIT "---------------------------------\n"\
10  " " APPLICATION_NAME " " APPLICATION_VERSION "\n"\
11  " ©2020 " ORGANIZATION_NAME "\n"\
12  " Built: " __TIMESTAMP__ "\n"\
13  "---------------------------------\n"
14 
15 #endif // DEFINES_H