Cleanup: sort struct declarations

This commit is contained in:
2019-05-14 20:20:01 +10:00
parent 6a4c5b67ec
commit 4887b771f9
6 changed files with 6 additions and 6 deletions

View File

@@ -34,13 +34,13 @@ struct CCGKey;
struct CustomData;
struct DMFlagMat;
struct GPUBatch;
struct GPU_PBVH_Buffers;
struct MLoop;
struct MLoopTri;
struct MPoly;
struct MVert;
struct PBVH;
struct PBVHNode;
struct GPU_PBVH_Buffers;
typedef struct PBVH PBVH;
typedef struct PBVHNode PBVHNode;

View File

@@ -23,10 +23,10 @@
#pragma once
struct bPoseChannel;
struct Base;
struct Main;
struct Object;
struct bPoseChannel;
namespace DEG {

View File

@@ -32,7 +32,6 @@
#include "DEG_depsgraph.h"
struct Base;
struct bSound;
struct CacheFile;
struct Camera;
struct Collection;
@@ -63,6 +62,7 @@ struct bConstraint;
struct bGPdata;
struct bNodeTree;
struct bPoseChannel;
struct bSound;
struct PropertyRNA;

View File

@@ -45,7 +45,6 @@
#include "intern/node/deg_node_operation.h"
struct Base;
struct bSound;
struct CacheFile;
struct Camera;
struct Collection;
@@ -79,6 +78,7 @@ struct bConstraint;
struct bGPdata;
struct bNodeTree;
struct bPoseChannel;
struct bSound;
struct PropertyRNA;

View File

@@ -24,8 +24,8 @@
#ifndef __ED_SCRUBBING_H__
#define __ED_SCRUBBING_H__
struct bContext;
struct View2DGrid;
struct bContext;
struct bDopeSheet;
struct wmEvent;

View File

@@ -32,10 +32,10 @@ struct CCGKey;
struct DMFlagMat;
struct GSet;
struct MLoop;
struct MLoopCol;
struct MLoopTri;
struct MPoly;
struct MVert;
struct MLoopCol;
struct PBVH;
/* Buffers for drawing from PBVH grids. */