aboutsummaryrefslogtreecommitdiffstats
path: root/yage/yage.h
diff options
context:
space:
mode:
authorYann Herklotz <ymherklotz@gmail.com>2017-11-14 21:16:30 +0000
committerYann Herklotz <ymherklotz@gmail.com>2017-11-14 21:16:30 +0000
commit443ae47fc210bcfe10f6f6c5ac8aa3453e1d29d2 (patch)
tree4c06b7961a4f3e5fe1b67cb3c7d6290edcedc498 /yage/yage.h
parente68759a4101567a27e306eae0a907baa759ae80c (diff)
downloadYAGE-443ae47fc210bcfe10f6f6c5ac8aa3453e1d29d2.tar.gz
YAGE-443ae47fc210bcfe10f6f6c5ac8aa3453e1d29d2.zip
Adding syncqueue
Diffstat (limited to 'yage/yage.h')
-rw-r--r--yage/yage.h5
1 files changed, 5 insertions, 0 deletions
diff --git a/yage/yage.h b/yage/yage.h
index 8becefde..d9f5a6e6 100644
--- a/yage/yage.h
+++ b/yage/yage.h
@@ -35,6 +35,11 @@
#include "physics/rectanglecollider.h"
#include "physics/rigidbody.h"
+#include "math/matrix.h"
+
+#include "util/active.h"
+#include "util/syncqueue.h"
+
/** Project namespace.
*
* Avoids collision as all the classes and global functions are wrapped in.