15 lines
202 B
C
15 lines
202 B
C
#pragma once
|
|
#include <stdbool.h>
|
|
|
|
#include "memory.h"
|
|
|
|
#ifdef __cplusplus
|
|
extern "C" {
|
|
#endif
|
|
|
|
bool acVerifyMesh(const AcMesh model, const AcMesh candidate);
|
|
|
|
#ifdef __cplusplus
|
|
} // extern "C"
|
|
#endif
|