Blender  V3.3
openvdb_capi.h
Go to the documentation of this file.
1 /* SPDX-License-Identifier: GPL-2.0-or-later
2  * Copyright 2015 Blender Foundation. All rights reserved. */
3 
4 #ifndef __OPENVDB_CAPI_H__
5 #define __OPENVDB_CAPI_H__
6 
7 #ifdef __cplusplus
8 extern "C" {
9 #endif
10 
11 int OpenVDB_getVersionHex(void);
12 
13 #ifdef __cplusplus
14 }
15 #endif
16 
17 #endif /* __OPENVDB_CAPI_H__ */
int OpenVDB_getVersionHex(void)
Definition: openvdb_capi.cc:7