This website works better with JavaScript
Home
Explore
Help
Sign In
cpp
/
urho3d
mirror of
https://github.com/urho3d/urho3d.git
Watch
2
Star
0
Fork
0
Files
Issues
0
Wiki
Browse Source
Added missing #pragma once.
Lasse Öörni
13 years ago
parent
6eb2985ed8
commit
d4e5789168
1 changed files
with
2 additions
and
0 deletions
Split View
Show Diff Stats
2
0
Engine/Graphics/ShaderParser.h
+ 2
- 0
Engine/Graphics/ShaderParser.h
View File
@@ -21,6 +21,8 @@
// THE SOFTWARE.
//
+#pragma once
+
#include "GraphicsDefs.h"
class XMLElement;