Added missing extern Cs to verification.h

This commit is contained in:
jpekkila
2019-10-17 14:41:13 +03:00
parent f1e988ba6a
commit 7390d53f79

View File

@@ -3,4 +3,12 @@
#include "memory.h"
#ifdef __cplusplus
extern "C" {
#endif
bool acVerifyMesh(const AcMesh model, const AcMesh candidate);
#ifdef __cplusplus
} // extern "C"
#endif