浏览代码

Forward Declare Variant in Graphics/RenderPath.h

SirNate0 3 年之前
父节点
当前提交
69642ca6f6
共有 1 个文件被更改,包括 1 次插入0 次删除
  1. 1 0
      Source/Urho3D/Graphics/RenderPath.h

+ 1 - 0
Source/Urho3D/Graphics/RenderPath.h

@@ -14,6 +14,7 @@
 namespace Urho3D
 {
 
+class Variant;
 class XMLElement;
 class XMLFile;