projects
/
blender-staging.git
/ blobdiff
summary
|
shortlog
|
log
|
commit
|
commitdiff
|
tree
raw
| inline |
side by side
BPython:
[blender-staging.git]
/
source
/
blender
/
python
/
BPY_menus.h
diff --git
a/source/blender/python/BPY_menus.h
b/source/blender/python/BPY_menus.h
index 682aa929f862c90a040c2c480d2aa0c5d9f55a06..10e32f66b90b2f741dc829fe6243c06e2358eb46 100644
(file)
--- a/
source/blender/python/BPY_menus.h
+++ b/
source/blender/python/BPY_menus.h
@@
-96,5
+96,7
@@
void BPyMenu_RemoveAllEntries(void);
void BPyMenu_PrintAllEntries(void);
char *BPyMenu_CreatePupmenuStr(BPyMenu *pym, short group);
char *BPyMenu_group_itoa (short group);
+char *bpymenu_gethome();
+struct BPyMenu *BPyMenu_GetEntry (short group, short pos);
#endif /* BPY_MENUS_H */