Browse Source

Merge pull request #331 from thebluefish/master

Can now #include multiple files referencing that #include LogicComponent
Lasse Öörni 11 years ago
parent
commit
d097a918ea
1 changed files with 2 additions and 0 deletions
  1. 2 0
      Source/Engine/Scene/LogicComponent.h

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

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