فهرست منبع

Forward declaring UI for Linux build.

Jay Sistar 9 سال پیش
والد
کامیت
69c3ec05c7
1فایلهای تغییر یافته به همراه2 افزوده شده و 0 حذف شده
  1. 2 0
      Source/Atomic/UI/UIOffscreenView.h

+ 2 - 0
Source/Atomic/UI/UIOffscreenView.h

@@ -35,6 +35,8 @@
 namespace Atomic
 {
 
+class UI;
+
 /// a root widget that renders offscreen
 class UIOffscreenView : public UIWidget
 {