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#include <stdint.h>
6
7#ifdef __cplusplus
8extern "C" {
9#endif
10
11
14MRC_API int32_t MR_getNumNodes(int32_t numLeaves);
15
16#ifdef __cplusplus
17} // extern "C"
18#endif
MRC_API int32_t MR_getNumNodes(int32_t numLeaves)
#define MRC_API
Definition exports.h:11