7 lines
74 B
C
7 lines
74 B
C
#ifndef COMMON_H
|
|
#define COMMON_H
|
|
|
|
const char *version = "1.0.0";
|
|
|
|
#endif
|