Cleanup: editor api naming

- use ED_ prefix for api calls
- use ED_*_select_pick for mouse selection (was already done in parts)
This commit is contained in:
2015-11-18 12:20:28 +11:00
parent eab0063481
commit a374ff16b5
17 changed files with 90 additions and 87 deletions

View File

@@ -33,8 +33,8 @@
struct Object;
void free_editLatt(struct Object *ob);
void make_editLatt(struct Object *obedit);
void load_editLatt(struct Object *obedit);
void ED_lattice_editlatt_free(struct Object *ob);
void ED_lattice_editlatt_make(struct Object *obedit);
void ED_lattice_editlatt_load(struct Object *obedit);
#endif /* __ED_LATTICE_H__ */