Project::OSiRiON - Git repositories
Project::OSiRiON
News . About . Screenshots . Downloads . Forum . Wiki . Tracker . Git
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorStijn Buys <ingar@osirion.org>2012-12-24 21:33:18 +0000
committerStijn Buys <ingar@osirion.org>2012-12-24 21:33:18 +0000
commitfee209b6769ee6b207e9101c4f15e16c0a67ad09 (patch)
tree6a8c39a549c9884b17baacba3b9da8b00851c6b7 /src/math/matrix4f.cc
parent2b54cd13579abe2b277e305b7c5cd2eff78d82cd (diff)
Improved off-screen HUD target indicators.
Diffstat (limited to 'src/math/matrix4f.cc')
-rw-r--r--src/math/matrix4f.cc3
1 files changed, 1 insertions, 2 deletions
diff --git a/src/math/matrix4f.cc b/src/math/matrix4f.cc
index b7953e9..caccae6 100644
--- a/src/math/matrix4f.cc
+++ b/src/math/matrix4f.cc
@@ -4,8 +4,7 @@
the terms of the GNU General Public License version 2
*/
-#include <string.h>
-
+#include <cstring>
#include <cmath>
#include "math/matrix4f.h"