Files
GridFire/src/python/engine/scratchpads/bindings.h

7 lines
222 B
C
Raw Normal View History

#pragma once
#include <pybind11/pybind11.h>
void register_scratchpad_types_bindings(pybind11::module_& m);
void register_scratchpad_bindings(pybind11::module_& m);
void register_state_blob_bindings(pybind11::module_& m);