Added missing extern Cs to verification.h
This commit is contained in:
@@ -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
|
||||
|
Reference in New Issue
Block a user