You can not select more than 25 topics
Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
12 lines
257 B
12 lines
257 B
4 years ago
|
#ifndef DATABASEMANAGERNAMES_H
|
||
|
#define DATABASEMANAGERNAMES_H
|
||
|
|
||
|
#define DB_FILE_EXT ".db"
|
||
|
|
||
|
#define PROBE_DB_NAME "ProbeProperties"
|
||
|
#define SYSTEM_DB_NAME "System"
|
||
|
#define HW_DB_NAME "Hardware"
|
||
|
#define USER_DB_NAME "UserData"
|
||
|
|
||
|
#endif //DATABASEMANAGERNAMES_H
|