blob: 026ad057b1d246cf5207d2c57deff5a2a446d7a2 (
plain)
1
2
3
4
5
6
7
8
9
|
#include "opentrack/export.hpp"
#ifdef __cplusplus
extern "C"
#endif
OPENTRACK_EXPORT
volatile const char* opentrack_version;
volatile const char* opentrack_version = OPENTRACK_VERSION;
|