Cleanup: sort struct forward declarations

This commit is contained in:
2022-01-24 21:16:06 +11:00
parent f9b6a257bd
commit 4b1f243e4d
26 changed files with 36 additions and 36 deletions

View File

@@ -40,8 +40,8 @@ struct uiBlock;
struct uiBut;
struct uiButTreeRow;
struct uiLayout;
struct wmEvent;
struct wmDrag;
struct wmEvent;
namespace blender::ui {