summaryrefslogtreecommitdiff
path: root/include/game.h
diff options
context:
space:
mode:
Diffstat (limited to '')
-rwxr-xr-xinclude/game.h2
1 files changed, 2 insertions, 0 deletions
diff --git a/include/game.h b/include/game.h
index 93d8ae1..d16a09f 100755
--- a/include/game.h
+++ b/include/game.h
@@ -335,6 +335,8 @@ class mMtx {
Mtx data;
public:
+ mMtx() { }
+
mMtx(float _00, float _01, float _02, float _03,
float _10, float _11, float _12, float _13,
float _20, float _21, float _22, float _23);