Cleanup: make remaining blenkernel headers work in C++
This commit is contained in:
@@ -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__ */
|
||||
|
Reference in New Issue
Block a user