launchiine/src/common/common.h

16 lines
196 B
C
Raw Normal View History

#ifndef COMMON_H
2022-02-03 17:08:07 +01:00
#define COMMON_H
#ifdef __cplusplus
extern "C" {
#endif
2022-02-03 17:08:07 +01:00
#define LAUNCHIINE_VERSION "v0.1"
#define META_PATH "/meta"
#ifdef __cplusplus
}
#endif
2022-02-03 17:08:07 +01:00
#endif /* COMMON_H */