/* SPDX-FileCopyrightText: 2015 Blender Foundation * * SPDX-License-Identifier: GPL-2.0-or-later */ #include "openvdb_capi.h" #include int OpenVDB_getVersionHex() { return openvdb::OPENVDB_LIBRARY_VERSION; }