Welcome to mirror list, hosted at ThFree Co, Russian Federation.

openvdb_capi.h « openvdb « intern - git.blender.org/blender.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
blob: f1962556bf56e384229e4bd59efdd3537be3a74e (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
/* SPDX-License-Identifier: GPL-2.0-or-later
 * Copyright 2015 Blender Foundation. All rights reserved. */

#ifndef __OPENVDB_CAPI_H__
#define __OPENVDB_CAPI_H__

#ifdef __cplusplus
extern "C" {
#endif

int OpenVDB_getVersionHex(void);

#ifdef __cplusplus
}
#endif

#endif /* __OPENVDB_CAPI_H__ */