Cleanup: sort forward declarations of enum & struct
Done using: source/tools/utils_maintenance/c_sort_blocks.py
This commit is contained in:
@@ -38,50 +38,50 @@
|
||||
|
||||
/* Struct Declarations */
|
||||
|
||||
struct ID;
|
||||
struct IDProperty;
|
||||
struct ListBase;
|
||||
struct ARegion;
|
||||
struct ARegionType;
|
||||
struct ScrArea;
|
||||
struct bScreen;
|
||||
struct wmEvent;
|
||||
struct wmWindow;
|
||||
struct wmOperator;
|
||||
struct AutoComplete;
|
||||
struct bContext;
|
||||
struct bContextStore;
|
||||
struct ID;
|
||||
struct IDProperty;
|
||||
struct ImBuf;
|
||||
struct Image;
|
||||
struct ImageUser;
|
||||
struct ListBase;
|
||||
struct MTex;
|
||||
struct Panel;
|
||||
struct PanelType;
|
||||
struct PointerRNA;
|
||||
struct PropertyRNA;
|
||||
struct ReportList;
|
||||
struct rcti;
|
||||
struct uiList;
|
||||
struct uiStyle;
|
||||
struct uiFontStyle;
|
||||
struct uiWidgetColors;
|
||||
struct Image;
|
||||
struct ImageUser;
|
||||
struct wmKeyConfig;
|
||||
struct wmOperatorType;
|
||||
struct MTex;
|
||||
struct ImBuf;
|
||||
struct bNodeTree;
|
||||
struct ScrArea;
|
||||
struct bContext;
|
||||
struct bContextStore;
|
||||
struct bNode;
|
||||
struct bNodeSocket;
|
||||
struct wmDropBox;
|
||||
struct bNodeTree;
|
||||
struct bScreen;
|
||||
struct rcti;
|
||||
struct uiFontStyle;
|
||||
struct uiList;
|
||||
struct uiStyle;
|
||||
struct uiWidgetColors;
|
||||
struct wmDrag;
|
||||
struct wmDropBox;
|
||||
struct wmEvent;
|
||||
struct wmEvent;
|
||||
struct wmGizmo;
|
||||
struct wmMsgBus;
|
||||
struct wmKeyConfig;
|
||||
struct wmKeyMap;
|
||||
struct wmKeyMapItem;
|
||||
struct wmMsgBus;
|
||||
struct wmOperator;
|
||||
struct wmOperatorType;
|
||||
struct wmWindow;
|
||||
|
||||
typedef struct uiBut uiBut;
|
||||
typedef struct uiBlock uiBlock;
|
||||
typedef struct uiPopupBlockHandle uiPopupBlockHandle;
|
||||
typedef struct uiBut uiBut;
|
||||
typedef struct uiLayout uiLayout;
|
||||
typedef struct uiPopupBlockHandle uiPopupBlockHandle;
|
||||
|
||||
/* Defines */
|
||||
|
||||
|
||||
Reference in New Issue
Block a user