Geogram Version 1.9.6-rc
A programming library of geometric algorithms
Loading...
Searching...
No Matches
defs.h
Go to the documentation of this file.
1
2#ifndef EXPLORAGRAM_API_DEFS
3#define EXPLORAGRAM_API_DEFS
4
5#include <geogram/api/defs.h>
6
15#ifdef exploragram_EXPORTS
16#define EXPLORAGRAM_API GEO_EXPORT
17#else
18#define EXPLORAGRAM_API GEO_IMPORT
19#endif
20
28#define NO_EXPLORAGRAM_API
29
30
31#endif
Basic definitions for the Geogram C API.