1 2 3 4 5 6 7 8 9 10 11
#include "audiere.h" #include "internal.h" namespace audiere { ADR_EXPORT(const char*) AdrGetVersion() { return "1.9.4.1"; } }