10 lines
295 B
C
10 lines
295 B
C
#ifndef NUKLEAR_CONFIG_H
|
|
#define NUKLEAR_CONFIG_H
|
|
|
|
#define NUKLEAR_VERSION_MAJOR @Nuklear_VERSION_MAJOR@
|
|
#define NUKLEAR_VERSION_MINOR @Nuklear_VERSION_MINOR@
|
|
#define NUKLEAR_VERSION_PATCH @Nuklear_VERSION_PATCH@
|
|
#define NUKLEAR_VERSION "@Nuklear_VERSION@"
|
|
|
|
#endif /* !NUKLEAR_CONFIG_H */
|