Browse Source

Added missing #pragma once.

Lasse Öörni 13 years ago
parent
commit
d4e5789168
1 changed files with 2 additions and 0 deletions
  1. 2 0
      Engine/Graphics/ShaderParser.h

+ 2 - 0
Engine/Graphics/ShaderParser.h

@@ -21,6 +21,8 @@
 // THE SOFTWARE.
 //
 
+#pragma once
+
 #include "GraphicsDefs.h"
 
 class XMLElement;