many functions in blender are not marked static but should be.
most local modifier,GPU,ImBuf and Interface functions are now static. also fixed an error were the fluid modifier definition and the header didnt have the same number of args.
This commit is contained in:
@@ -28,6 +28,9 @@
|
||||
#ifndef MOD_UTIL_H
|
||||
#define MOD_UTIL_H
|
||||
|
||||
/* so modifier types match their defines */
|
||||
#include "MOD_modifiertypes.h"
|
||||
|
||||
struct Tex;
|
||||
struct TexResult;
|
||||
struct CustomData;
|
||||
|
||||
Reference in New Issue
Block a user