Przeglądaj źródła

Merge pull request #331 from thebluefish/master

Can now #include multiple files referencing that #include LogicComponent
Lasse Öörni 11 lat temu
rodzic
commit
d097a918ea
1 zmienionych plików z 2 dodań i 0 usunięć
  1. 2 0
      Source/Engine/Scene/LogicComponent.h

+ 2 - 0
Source/Engine/Scene/LogicComponent.h

@@ -20,6 +20,8 @@
 // THE SOFTWARE.
 // THE SOFTWARE.
 //
 //
 
 
+#pragma once
+
 #include "Component.h"
 #include "Component.h"
 
 
 namespace Urho3D
 namespace Urho3D