14 lines
290 B
C++
14 lines
290 B
C++
/* SPDX-FileCopyrightText: 2013 Blender Foundation
|
|
*
|
|
* SPDX-License-Identifier: GPL-2.0-or-later */
|
|
|
|
#pragma once
|
|
|
|
// Global initialization/deinitialization.
|
|
//
|
|
// Supposed to be called from main thread.
|
|
void openSubdiv_init();
|
|
void openSubdiv_cleanup();
|
|
|
|
int openSubdiv_getVersionHex();
|