MeshLib C Docs
Loading...
Searching...
No Matches
MRAABBTreeMaker.h
Go to the documentation of this file.
1#pragma once
2
3#include <MRCMisc/exports.h>
4
5#ifdef __cplusplus
6extern "C" {
7#endif
8
9
12MRC_API int MR_getNumNodes(int numLeaves);
13
14#ifdef __cplusplus
15} // extern "C"
16#endif
MRC_API int MR_getNumNodes(int numLeaves)
#define MRC_API
Definition exports.h:11