subsurface/core/version.h
Berthold Stoeger 86831aeffe core: remove __cplusplus ifdefs
Since all source files are now C++, this is redundant.

Signed-off-by: Berthold Stoeger <bstoeger@mail.tuwien.ac.at>
2024-06-10 13:05:57 +02:00

12 lines
152 B
C

#ifndef VERSION_H
#define VERSION_H
extern "C" {
const char *subsurface_git_version(void);
const char *subsurface_canonical_version(void);
}
#endif