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