Cleanup: redundant struct declarations

This commit is contained in:
Campbell Barton 2015-03-29 03:56:39 +11:00
parent 8a183aa26b
commit b1d758ae6b
154 changed files with 4 additions and 346 deletions

View File

@ -97,7 +97,6 @@ struct ColorBand;
struct GPUVertexAttribs;
struct GPUDrawObject;
struct BMEditMesh;
struct ListBase;
struct PBVH;
/* number of sub-elements each mesh element has (for interpolation) */

View File

@ -46,8 +46,6 @@ struct bItasc;
struct bPoseChannel;
struct Main;
struct Object;
struct Scene;
struct ID;
/* Kernel prototypes */
#ifdef __cplusplus

View File

@ -35,7 +35,6 @@
struct EvaluationContext;
struct Path;
struct Object;
struct PartEff;
struct Scene;
struct ListBase;
struct bAnimVizSettings;

View File

@ -36,13 +36,10 @@
struct Bone;
struct Main;
struct bArmature;
struct bPose;
struct bPoseChannel;
struct bConstraint;
struct Scene;
struct Object;
struct MDeformVert;
struct Mesh;
struct PoseTree;
struct ListBase;

View File

@ -55,7 +55,6 @@ extern "C" {
extern char versionstr[]; /* from blender.c */
struct ListBase;
struct MemFile;
struct bContext;
struct ReportList;

View File

@ -27,14 +27,11 @@
* General operations for brushes.
*/
struct ID;
struct Brush;
struct ImBuf;
struct ImagePool;
struct Main;
struct rctf;
struct Scene;
struct wmOperator;
// enum CurveMappingPreset;

View File

@ -36,15 +36,11 @@
#include "BLI_math_inline.h"
struct Object;
struct ListBase;
struct Scene;
struct MFace;
struct DerivedMesh;
struct ClothModifierData;
struct CollisionModifierData;
struct CollisionTree;
struct VoxelData;
struct PartDeflect;
#define DO_INLINE MALWAYS_INLINE

View File

@ -43,16 +43,12 @@
#include "BLI_kdopbvh.h"
struct Cloth;
struct ClothModifierData;
struct CollisionModifierData;
struct DerivedMesh;
struct Group;
struct MFace;
struct MVert;
struct Object;
struct Scene;
struct LinkNode;
////////////////////////////////////////
// used for collisions in collision.c

View File

@ -53,7 +53,6 @@ struct StructRNA;
struct ToolSettings;
struct Image;
struct Text;
struct ImBuf;
struct EditBone;
struct bPoseChannel;
struct bGPdata;

View File

@ -33,7 +33,6 @@
* \author nzc
*/
struct BevList;
struct BezTriple;
struct Curve;
struct EditNurb;

View File

@ -46,7 +46,6 @@ extern "C" {
struct BMesh;
struct ID;
struct CustomData;
struct CustomDataLayer;
typedef uint64_t CustomDataMask;
/*a data type large enough to hold 1 element from any customdata layer type*/

View File

@ -39,7 +39,6 @@ struct Object;
struct ListBase;
struct bDeformGroup;
struct MDeformVert;
struct MVert;
struct MEdge;
struct MLoop;
struct MPoly;

View File

@ -48,7 +48,6 @@ struct ID;
struct Main;
struct Object;
struct Scene;
struct ListBase;
/* Dependency graph evaluation context
*

View File

@ -53,14 +53,9 @@
/* prototypes */
struct Base;
struct Scene;
struct Object;
struct Curve;
struct ListBase;
struct Material;
struct Bone;
struct Mesh;
struct DerivedMesh;
struct EvaluationContext;

View File

@ -27,8 +27,6 @@
* \ingroup bke
*/
struct bContext;
struct wmOperator;
struct Scene;
/* Actual surface point */

View File

@ -32,7 +32,6 @@
struct BMesh;
struct BMLoop;
struct BMFace;
struct Mesh;
struct Scene;
struct DerivedMesh;

View File

@ -39,7 +39,6 @@ struct BMVert;
struct BMLoop;
struct BMBVHTree;
struct BVHTree;
struct Scene;
typedef struct BMBVHTree BMBVHTree;

View File

@ -39,11 +39,8 @@
struct Object;
struct Scene;
struct Effect;
struct ListBase;
struct Particle;
struct Group;
struct RNG;
struct ParticleSimulationData;
struct ParticleData;
struct ParticleKey;

View File

@ -34,9 +34,7 @@
struct Object;
struct Scene;
struct FluidsimModifierData;
struct FluidsimSettings;
struct DerivedMesh;
struct MVert;
/* old interface */

View File

@ -40,8 +40,6 @@ extern "C" {
struct VFont;
struct Object;
struct Curve;
struct objfnt;
struct TmpFont;
struct CharInfo;
struct Main;

View File

@ -45,7 +45,6 @@ extern "C" {
/* forwards */
struct Main;
struct Object;
typedef struct Global {

View File

@ -36,10 +36,8 @@
struct Base;
struct EvaluationContext;
struct Group;
struct GroupObject;
struct Main;
struct Object;
struct bAction;
struct Scene;
void BKE_group_free(struct Group *group);

View File

@ -39,7 +39,6 @@ extern "C" {
struct Image;
struct ImBuf;
struct Tex;
struct anim;
struct Scene;
struct Object;

View File

@ -38,7 +38,6 @@ struct ID;
struct ListBase;
struct Curve;
struct Object;
struct Scene;
struct Lattice;
struct Mesh;
struct WeightsArrayCache;

View File

@ -40,8 +40,6 @@ struct Main;
struct Material;
struct ID;
struct Object;
struct Mesh;
struct MTFace;
struct Scene;
/* materials */

View File

@ -32,7 +32,6 @@
* \since March 2001
* \author nzc
*/
struct EvaluationContext;
struct Main;
struct MetaBall;
struct Object;

View File

@ -33,13 +33,11 @@
struct ID;
struct BoundBox;
struct DispList;
struct EdgeHash;
struct ListBase;
struct LinkNode;
struct BLI_Stack;
struct MemArena;
struct BMEditMesh;
struct BMesh;
struct Main;
struct Mesh;
@ -49,18 +47,11 @@ struct MFace;
struct MEdge;
struct MVert;
struct MDeformVert;
struct MCol;
struct Object;
struct MTFace;
struct VecNor;
struct CustomData;
struct DerivedMesh;
struct Scene;
struct MLoopUV;
struct UvVertMap;
struct UvMapVert;
struct UvElementMap;
struct UvElement;
struct ReportList;
#ifdef __cplusplus

View File

@ -28,7 +28,6 @@
struct CustomData;
struct DerivedMesh;
struct MVert;
struct MeshElemMap;
struct MemArena;
/* Generic ways to map some geometry elements from a source mesh to a dest one. */

View File

@ -39,7 +39,6 @@ struct DagNode;
struct Object;
struct Scene;
struct ListBase;
struct LinkNode;
struct bArmature;
struct Main;
struct ModifierData;

View File

@ -37,7 +37,6 @@ struct Main;
struct MovieClip;
struct MovieClipScopes;
struct MovieClipUser;
struct MovieTrackingTrack;
struct MovieDistortion;
void BKE_movieclip_free(struct MovieClip *clip);

View File

@ -34,9 +34,7 @@
enum MultiresModifiedFlags;
struct DerivedMesh;
struct GridHidden;
struct MDisps;
struct MFace;
struct Mesh;
struct ModifierData;
struct Multires;

View File

@ -62,24 +62,20 @@ struct bNodeTreeExec;
struct bNodeExecContext;
struct bNodeExecData;
struct GPUMaterial;
struct GPUNode;
struct GPUNodeStack;
struct ID;
struct ImBuf;
struct ImageFormatData;
struct ListBase;
struct Main;
struct uiBlock;
struct uiLayout;
struct MTex;
struct PointerRNA;
struct rctf;
struct RenderData;
struct Scene;
struct Tex;
struct SpaceNode;
struct ARegion;
struct Object;
struct ColorManagedViewSettings;
struct ColorManagedDisplaySettings;
struct bNodeInstanceHash;
@ -978,7 +974,6 @@ void ntreeGPUMaterialNodes(struct bNodeTree *ntree, struct GPUMateria
#define CMP_TRACKPOS_ABSOLUTE_FRAME 3
/* API */
struct CompBuf;
void ntreeCompositExecTree(struct Scene *scene, struct bNodeTree *ntree, struct RenderData *rd, int rendering, int do_previews,
const struct ColorManagedViewSettings *view_settings, const struct ColorManagedDisplaySettings *display_settings);
void ntreeCompositTagRender(struct Scene *sce);

View File

@ -37,15 +37,10 @@ struct Base;
struct EvaluationContext;
struct Scene;
struct Object;
struct Camera;
struct BoundBox;
struct View3D;
struct SoftBody;
struct BulletSoftBody;
struct Group;
struct bAction;
struct RenderData;
struct rctf;
struct MovieClip;
struct Main;
struct RigidBodyWorld;

View File

@ -37,12 +37,10 @@ struct BMesh;
struct BMFace;
struct Brush;
struct CurveMapping;
struct MDisps;
struct MeshElemMap;
struct GridPaintMask;
struct Main;
struct MFace;
struct MultireModifierData;
struct MVert;
struct Object;
struct Paint;
@ -57,7 +55,6 @@ struct StrokeCache;
struct Tex;
struct ImagePool;
struct UnifiedPaintSettings;
struct wmOperator;
enum OverlayFlags;

View File

@ -45,10 +45,8 @@ struct ParticleSystemModifierData;
struct ParticleSystem;
struct ParticleKey;
struct ParticleSettings;
struct HairKey;
struct Main;
struct Group;
struct Object;
struct Scene;
struct DerivedMesh;
@ -57,12 +55,10 @@ struct MTFace;
struct MCol;
struct MFace;
struct MVert;
struct IpoCurve;
struct LatticeDeformData;
struct LinkNode;
struct KDTree;
struct RNG;
struct SurfaceModifierData;
struct BVHTreeRay;
struct BVHTreeRayHit;
struct EdgeHash;

View File

@ -35,7 +35,6 @@ struct CCGKey;
struct CustomData;
struct DMFlagMat;
struct DMGridAdjacency;
struct GHash;
struct MFace;
struct MVert;
struct PBVH;

View File

@ -39,7 +39,6 @@ struct RigidBodyOb;
struct Scene;
struct Object;
struct Group;
/* -------------- */
/* Memory Management */

View File

@ -31,7 +31,6 @@
* \ingroup bke
*/
struct Text;
struct bSensor;
struct Object;
struct bController;

View File

@ -39,16 +39,13 @@ extern "C" {
struct AviCodecData;
struct Base;
struct DisplaySafeAreas;
struct EvaluationContext;
struct bglMats;
struct Main;
struct Object;
struct QuicktimeCodecData;
struct RenderData;
struct SceneRenderLayer;
struct Scene;
struct Text;
struct UnitSettings;
struct Main;

View File

@ -47,7 +47,6 @@ struct bContextDataResult;
struct bScreen;
struct uiLayout;
struct uiList;
struct uiMenuItem;
struct wmKeyConfig;
struct wmNotifier;
struct wmWindow;

View File

@ -38,11 +38,9 @@ struct GSet;
struct ImBuf;
struct Main;
struct Mask;
struct MovieClip;
struct Scene;
struct Sequence;
struct SequenceModifierData;
struct Strip;
struct StripElem;
struct bSound;

View File

@ -47,7 +47,6 @@
*/
struct Object;
struct Scene;
struct DerivedMesh;
struct MVert;
struct MDeformVert;

View File

@ -35,9 +35,7 @@
#define SOUND_WAVE_SAMPLES_PER_SECOND 250
struct PackedFile;
struct bSound;
struct ListBase;
struct Main;
struct Sequence;

View File

@ -41,13 +41,11 @@ struct DerivedMesh;
struct MeshElemMap;
struct Mesh;
struct MPoly;
struct MultiresSubsurf;
struct Object;
struct PBVH;
struct SubsurfModifierData;
struct CCGEdge;
struct CCGFace;
struct CCGSubsurf;
struct CCGVert;
struct EdgeHash;
struct PBVH;

View File

@ -40,7 +40,6 @@ extern "C" {
struct Main;
struct Text;
struct TextLine;
struct SpaceText;
void BKE_text_free (struct Text *text);
void txt_set_undostate (int u);

View File

@ -42,9 +42,7 @@ struct Brush;
struct ColorBand;
struct EnvMap;
struct FreestyleLineStyle;
struct HaloRen;
struct Lamp;
struct LampRen;
struct Main;
struct Material;
struct MTex;

View File

@ -41,7 +41,6 @@ struct MovieTrackingMarker;
struct MovieTrackingPlaneTrack;
struct MovieTrackingPlaneMarker;
struct MovieTracking;
struct MovieTrackingContext;
struct MovieTrackingObject;
struct MovieClipUser;
struct MovieDistortion;

View File

@ -27,7 +27,6 @@
*/
struct ID;
struct GHash;
struct BLI_mempool;
struct TreeStoreElem;

View File

@ -64,7 +64,6 @@ enum {
FFMPEG_PRESET_XVID = 7,
};
struct IDProperty;
struct RenderData;
struct ReportList;
struct Scene;

View File

@ -58,7 +58,6 @@
#ifndef __BLI_BLENLIB_H__
#define __BLI_BLENLIB_H__
struct ListBase;
#include <stdlib.h>

View File

@ -25,7 +25,6 @@
#ifndef __BLI_CALLBACKS_H__
#define __BLI_CALLBACKS_H__
struct bContext;
struct Main;
struct ID;

View File

@ -51,7 +51,6 @@ extern "C" {
# define PATH_MAX 4096
#endif
struct gzFile;
/* Common */

View File

@ -38,7 +38,6 @@ extern "C" {
#include "BLI_compiler_attrs.h"
struct ListBase;
struct direntry;
#ifdef WIN32
#define SEP '\\'

View File

@ -42,7 +42,6 @@ struct Main;
struct MemFile;
struct ReportList;
struct Scene;
struct SpaceFile;
struct UserDef;
struct bContext;
struct BHead;

View File

@ -38,12 +38,10 @@
struct OldNewMap;
struct MemFile;
struct bheadsort;
struct ReportList;
struct Object;
struct PartEff;
struct View3D;
struct bNodeTree;
struct Key;
typedef struct FileData {

View File

@ -51,7 +51,6 @@
struct Main;
struct bContext;
/** Importer class. */

View File

@ -40,7 +40,6 @@ struct bContext;
struct EditBone;
struct RigJoint;
struct RigGraph;
struct RigNode;
struct RigArc;

View File

@ -29,11 +29,9 @@
//#define RIGID_DEFORM
struct Scene;
struct Object;
struct Mesh;
struct bDeformGroup;
struct MeshDeformModifierData;
#ifdef RIGID_DEFORM
struct EditMesh;

View File

@ -49,7 +49,6 @@ struct Object;
struct bDopeSheet;
struct bAction;
struct bActionGroup;
struct FCurve;
struct FModifier;

View File

@ -39,16 +39,12 @@ struct Base;
struct bContext;
struct Bone;
struct bPoseChannel;
struct DerivedMesh;
struct IDProperty;
struct ListBase;
struct MeshDeformModifierData;
struct Object;
struct RegionView3D;
struct ReportList;
struct Scene;
struct SK_Sketch;
struct View3D;
struct ViewContext;
struct wmKeyConfig;
struct wmOperator;

View File

@ -31,13 +31,10 @@
#ifndef __ED_CURVE_H__
#define __ED_CURVE_H__
struct Base;
struct bContext;
struct Nurb;
struct Object;
struct Scene;
struct Text;
struct View3D;
struct wmOperator;
struct wmKeyConfig;
struct Curve;

View File

@ -33,19 +33,15 @@
struct ID;
struct ListBase;
struct bContext;
struct bScreen;
struct ScrArea;
struct ARegion;
struct View3D;
struct SpaceNode;
struct SpaceSeq;
struct Object;
struct bGPdata;
struct bGPDlayer;
struct bGPDframe;
struct bGPDstroke;
struct PointerRNA;
struct ImBuf;
struct wmKeyConfig;

View File

@ -31,13 +31,11 @@
#define __ED_IMAGE_H__
struct SpaceImage;
struct Main;
struct bContext;
struct Image;
struct ImageUser;
struct ImBuf;
struct ToolSettings;
struct uiBlock;
struct wmWindowManager;
struct ARegion;
struct Scene;

View File

@ -34,7 +34,6 @@
struct bAnimContext;
struct AnimData;
struct BezTriple;
struct FCurve;
struct bDopeSheet;
struct bAction;

View File

@ -46,10 +46,8 @@ struct FCurve;
struct BezTriple;
struct bPoseChannel;
struct bConstraint;
struct bContext;
struct wmOperatorType;
struct ReportList;
struct PointerRNA;

View File

@ -32,7 +32,6 @@
#define __ED_LATTICE_H__
struct Object;
struct Lattice;
void free_editLatt(struct Object *ob);
void make_editLatt(struct Object *obedit);

View File

@ -34,7 +34,6 @@
struct wmKeyConfig;
struct MaskLayer;
struct MaskLayerShape;
struct wmEvent;
/* mask_edit.c */
void ED_mask_get_size(struct ScrArea *sa, int *width, int *height);

View File

@ -32,7 +32,6 @@
#define __ED_MBALL_H__
struct bContext;
struct MetaBall;
struct Object;
struct wmKeyConfig;

View File

@ -40,39 +40,27 @@ struct View3D;
struct ARegion;
struct bContext;
struct wmOperator;
struct wmWindowManager;
struct wmKeyConfig;
struct ReportList;
struct EditSelection;
struct ViewContext;
struct bDeformGroup;
struct MDeformWeight;
struct MDeformVert;
struct Scene;
struct Mesh;
struct MFace;
struct MEdge;
struct MVert;
struct MCol;
struct UvVertMap;
struct UvMapVert;
struct CustomData;
struct BMEditMesh;
struct BMEditSelection;
struct BMesh;
struct BMVert;
struct BMLoop;
struct BMBVHTree;
struct MLoopCol;
struct BMEdge;
struct BMFace;
struct UvVertMap;
struct UvMapVert;
struct ToolSettings;
struct Material;
struct Object;
struct rcti;
struct MeshStatVis;
/* editmesh_utils.c */
void EDBM_verts_mirror_cache_begin_ex(struct BMEditMesh *em, const int axis,

View File

@ -33,7 +33,6 @@
struct ID;
struct Main;
struct Material;
struct Scene;
struct Tex;
struct bContext;

View File

@ -35,33 +35,17 @@
extern "C" {
#endif
struct BMEdge;
struct BMFace;
struct BMVert;
struct BPoint;
struct Base;
struct BezTriple;
struct Curve;
struct EditBone;
struct EnumPropertyItem;
struct ID;
struct KeyBlock;
struct Lattice;
struct Main;
struct Mesh;
struct MetaElem;
struct ModifierData;
struct HookModifierData;
struct Nurb;
struct Object;
struct ReportList;
struct Scene;
struct View3D;
struct ViewContext;
struct bConstraint;
struct bContext;
struct bPoseChannel;
struct wmEvent;
struct wmKeyConfig;
struct wmKeyMap;
struct wmOperator;

View File

@ -26,7 +26,6 @@
#define __ED_PAINT_H__
struct bContext;
struct RegionView3D;
struct wmKeyConfig;
struct wmOperator;

View File

@ -35,10 +35,7 @@
struct bContext;
struct Object;
struct ParticleEditSettings;
struct ParticleSystem;
struct RadialControl;
struct rcti;
struct wmKeyConfig;
struct PTCacheEdit;
struct Scene;

View File

@ -37,9 +37,6 @@ struct MTex;
struct Render;
struct Scene;
struct ScrArea;
struct RegionView3D;
struct RenderEngine;
struct View3D;
struct wmWindowManager;
/* render_ops.c */

View File

@ -42,7 +42,6 @@ struct wmNotifier;
struct wmEvent;
struct wmKeyConfig;
struct bContext;
struct SpaceType;
struct Scene;
struct bScreen;
struct ARegion;

View File

@ -34,7 +34,6 @@ struct ARegion;
struct bContext;
struct Object;
struct RegionView3D;
struct Scene;
struct ViewContext;
struct rcti;

View File

@ -35,17 +35,14 @@
/* ******************* Registration Function ********************** */
struct ARegion;
struct EnumPropertyItem;
struct ListBase;
struct Object;
struct View3D;
struct bContext;
struct uiLayout;
struct wmEvent;
struct wmKeyConfig;
struct wmKeyMap;
struct wmOperatorType;
struct wmWindowManager;
void transform_keymap_for_space(struct wmKeyConfig *keyconf, struct wmKeyMap *keymap, int spaceid);
void transform_operatortypes(void);
@ -109,7 +106,6 @@ enum TfmMode {
bool calculateTransformCenter(struct bContext *C, int centerMode, float cent3d[3], float cent2d[2]);
struct TransInfo;
struct ScrArea;
struct Base;
struct Scene;
struct Object;

View File

@ -31,15 +31,9 @@
#ifndef __ED_UTIL_H__
#define __ED_UTIL_H__
struct Scene;
struct Object;
struct bContext;
struct ARegion;
struct uiBlock;
struct wmOperator;
struct wmOperatorType;
struct BMEditMesh;
struct Mesh;
/* ed_util.c */

View File

@ -37,13 +37,11 @@ struct BMFace;
struct BMLoop;
struct Image;
struct ImageUser;
struct MTFace;
struct MTexPoly;
struct Main;
struct Object;
struct Scene;
struct SpaceImage;
struct bContext;
struct bNode;
struct wmKeyConfig;

View File

@ -40,14 +40,11 @@
/* Struct Declarations */
struct ID;
struct Main;
struct ListBase;
struct ARegion;
struct ARegionType;
struct ScrArea;
struct wmEvent;
struct wmWindow;
struct wmWindowManager;
struct wmOperator;
struct AutoComplete;
struct bContext;
@ -58,18 +55,14 @@ struct PointerRNA;
struct PropertyRNA;
struct ReportList;
struct rcti;
struct rctf;
struct uiList;
struct uiStyle;
struct uiFontStyle;
struct uiWidgetColors;
struct ColorBand;
struct CurveMapping;
struct Image;
struct ImageUser;
struct wmOperatorType;
struct uiWidgetColors;
struct Tex;
struct MTex;
struct ImBuf;
struct bNodeTree;

View File

@ -34,12 +34,6 @@
struct bContext;
struct ID;
struct Image;
struct ImBuf;
struct World;
struct Tex;
struct Lamp;
struct Material;
struct PreviewImage;
struct PointerRNA;

View File

@ -301,7 +301,6 @@ enum {
/* specific defines per space should have higher define values */
struct bTheme;
struct PointerRNA;
struct bThemeState {
struct bTheme *theme;

View File

@ -40,11 +40,9 @@
struct ARegion;
struct bContext;
struct IDProperty;
struct uiHandleButtonData;
struct wmEvent;
struct wmOperatorType;
struct wmWindow;
struct wmTimer;
struct uiStyle;
struct uiWidgetColors;
@ -588,7 +586,6 @@ void ui_popup_block_free(struct bContext *C, uiPopupBlockHandle *handle);
int ui_but_menu_step(uiBut *but, int step);
struct AutoComplete;
/* interface_panel.c */
extern int ui_handler_panel_region(struct bContext *C, const struct wmEvent *event, struct ARegion *ar);

View File

@ -34,7 +34,6 @@
struct bContext;
struct Mask;
struct wmEvent;
struct wmOperatorType;
/* internal exports only */

View File

@ -34,14 +34,9 @@
#ifndef __MESH_INTERN_H__
#define __MESH_INTERN_H__
struct BMEdge;
struct BMEditMesh;
struct BMFace;
struct BMHeader;
struct BMOperator;
struct BMesh;
struct EnumPropertyItem;
struct ViewContext;
struct bContext;
struct wmKeyConfig;
struct wmKeyMap;

View File

@ -32,17 +32,12 @@
#define __OBJECT_INTERN_H__
struct wmOperatorType;
struct KeyBlock;
struct Lattice;
struct Curve;
struct Object;
struct Mesh;
struct bContext;
struct StructRNA;
struct wmOperator;
struct ModifierData;
struct HookModifierData;
/* add hook menu */
enum eObject_Hook_Add_Mode {

View File

@ -32,9 +32,9 @@
#ifndef __RENDER_INTERN_H__
#define __RENDER_INTERN_H__
struct bContext;
struct RenderEngine;
struct wmOperatorType;
struct RenderResult;
struct Scene;
struct ScrArea;
/* render_shading.c */

View File

@ -32,8 +32,6 @@
#define __SCREEN_INTERN_H__
/* internal exports only */
struct wmWindow;
struct Scene;
#define AZONESPOT (0.6f * U.widget_unit)
#define AZONEFADEIN (5.0f * U.widget_unit) /* when azone is totally visible */

View File

@ -34,14 +34,11 @@
struct ARegion;
struct bContext;
struct bglMats;
struct Brush;
struct ImagePool;
struct ColorSpace;
struct ColorManagedDisplay;
struct ListBase;
struct Material;
struct Mesh;
struct MTex;
struct Object;
struct PaintStroke;
@ -55,7 +52,6 @@ struct ViewContext;
struct wmEvent;
struct wmOperator;
struct wmOperatorType;
struct ImagePaintState;
struct wmWindowManager;
struct DMCoNo;
enum PaintMode;

View File

@ -41,14 +41,8 @@
#include "BKE_pbvh.h"
struct bContext;
struct Brush;
struct KeyBlock;
struct Mesh;
struct MultiresModifierData;
struct Object;
struct Scene;
struct Sculpt;
struct SculptStroke;
struct SculptUndoNode;
int sculpt_mode_poll(struct bContext *C);

View File

@ -32,7 +32,6 @@
#ifndef __SOUND_INTERN_H__
#define __SOUND_INTERN_H__
struct wmOperatorType;
#endif /* __SOUND_INTERN_H__ */

View File

@ -35,10 +35,7 @@ struct bContext;
struct bAnimContext;
struct SpaceAction;
struct ARegion;
struct wmWindowManager;
struct wmOperatorType;
struct ActKeysInc;
struct bAnimListElem;
/* internal exports only */

View File

@ -34,7 +34,6 @@
#include "DNA_listBase.h"
#include "RNA_types.h"
struct ARegion;
struct ARegionType;
struct ID;
struct SpaceButs;

View File

@ -31,7 +31,6 @@
struct ConsoleLine;
struct wmOperatorType;
struct ReportList;
struct bContext;
/* console_draw.c */

View File

@ -59,7 +59,6 @@ bool file_draw_check_exists(SpaceFile *sfile);
/* file_ops.h */
struct wmOperatorType;
struct wmOperator;
struct wmEvent;
void FILE_OT_highlight(struct wmOperatorType *ot);
void FILE_OT_select(struct wmOperatorType *ot);
void FILE_OT_select_all_toggle(struct wmOperatorType *ot);

View File

@ -40,12 +40,7 @@ extern "C" {
struct BlendHandle;
struct FileList;
struct FileSelection;
struct FolderList;
struct Main;
struct ReportList;
struct Scene;
struct direntry;
struct rcti;
struct wmWindowManager;
typedef enum FileSelType {

View File

@ -32,11 +32,8 @@
#define __GRAPH_INTERN_H__
struct bContext;
struct wmWindowManager;
struct bAnimContext;
struct bAnimListElem;
struct FCurve;
struct FModifier;
struct SpaceIpo;
struct ScrArea;
struct ARegion;

View File

@ -38,11 +38,7 @@ struct ARegion;
struct ARegionType;
struct ScrArea;
struct SpaceImage;
struct Object;
struct Image;
struct ImBuf;
struct wmOperatorType;
struct Scene;
struct bNodeTree;
/* space_image.c */

View File

@ -35,12 +35,8 @@
/* internal exports only */
struct bContext;
struct ARegion;
struct ARegionType;
struct ScrArea;
struct SpaceLogic;
struct Object;
struct wmOperatorType;
struct Scene;
/* space_logic.c */
struct ARegion *logic_has_buttons_region(struct ScrArea *sa);

View File

@ -42,12 +42,9 @@ struct ARegionType;
struct View2D;
struct bContext;
struct wmWindow;
struct wmWindowManager;
struct wmEvent;
struct bNode;
struct bNodeSocket;
struct bNodeLink;
struct Main;
struct wmKeyConfig;
/* temp data to pass on to modal */

Some files were not shown because too many files have changed in this diff Show More