summaryrefslogtreecommitdiff
path: root/lyt/common.h
diff options
context:
space:
mode:
authorTreeki <treeki@gmail.com>2014-06-03 05:55:54 +0200
committerTreeki <treeki@gmail.com>2014-06-03 05:55:54 +0200
commit7a9387269e3b123b1647cf59c78cc6c998a9a330 (patch)
tree7874647c497a6b6113f660ff27f6f79b7fc7d4aa /lyt/common.h
parentbe8b56a7f0a8f6ba5456a099b61d032fd8aa2f61 (diff)
downloadLayoutStudio-7a9387269e3b123b1647cf59c78cc6c998a9a330.tar.gz
LayoutStudio-7a9387269e3b123b1647cf59c78cc6c998a9a330.zip
experimental 3DS support
Diffstat (limited to 'lyt/common.h')
-rw-r--r--lyt/common.h6
1 files changed, 3 insertions, 3 deletions
diff --git a/lyt/common.h b/lyt/common.h
index a343c32..a79409a 100644
--- a/lyt/common.h
+++ b/lyt/common.h
@@ -30,10 +30,10 @@ union Magic {
};
union Version {
- char str[2];
- quint16 value;
+ char str[4];
+ quint32 value;
- Version(quint16 v) : value(v) { }
+ Version(quint32 v) : value(v) { }
};