2.5: globals cleanup
* G.version removed, use BLENDER_VERSION * G.order removed, ENDIAN_ORDER * G.vd, G.sipo, G.buts, G.sima, .. removed. * G.qual removed * G.simulf removed (was unused in 2.4x) * error() and some other unused stubs removed
This commit is contained in:
@@ -35,7 +35,9 @@
|
||||
/* ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ */
|
||||
|
||||
/* called by meshtools */
|
||||
void RE_make_sticky(void);
|
||||
struct View3D;
|
||||
|
||||
void RE_make_sticky(struct View3D *v3d);
|
||||
|
||||
/* for radiosity module */
|
||||
struct RadView;
|
||||
|
||||
Reference in New Issue
Block a user