Cleanup: make remaining blenkernel headers work in C++

This commit is contained in:
2020-03-02 15:07:49 +01:00
parent cf93b65a65
commit 5de56f9596
81 changed files with 662 additions and 12 deletions

View File

@@ -21,10 +21,18 @@
#ifndef __BKE_EDITLATTICE_H__
#define __BKE_EDITLATTICE_H__
#ifdef __cplusplus
extern "C" {
#endif
struct Object;
void BKE_editlattice_free(struct Object *ob);
void BKE_editlattice_make(struct Object *obedit);
void BKE_editlattice_load(struct Object *obedit);
#ifdef __cplusplus
}
#endif
#endif /* __BKE_EDITLATTICE_H__ */