Cleanup: Add missing forward declaration

This commit is contained in:
Hans Goudey 2024-02-06 21:32:05 -05:00
parent ea7c0a4a46
commit c743213c3b
2 changed files with 2 additions and 0 deletions

View File

@ -28,6 +28,7 @@ struct SpaceType;
struct uiBlock;
struct uiLayout;
struct uiList;
struct uiListType;
struct wmDrawBuffer;
struct wmTimer;
struct wmTooltipState;

View File

@ -40,6 +40,7 @@ struct View3D;
struct ViewLayer;
struct bContext;
struct rcti;
struct uiListType;
struct WorkSpace;
struct WorkSpaceLayout;
struct wmDrag;