subsurface/core/version.h
Berthold Stoeger 03b910ee7f 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-08-13 19:28:30 +02:00

11 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