7 lines
105 B
C
7 lines
105 B
C
|
#ifndef DEF_CONFIG_H
|
||
|
#define DEF_CONFIG_H
|
||
|
|
||
|
#define VERSION "0.0.0"
|
||
|
#define DB_FILE "takl.sqlite3"
|
||
|
|
||
|
#endif
|