From 443ae47fc210bcfe10f6f6c5ac8aa3453e1d29d2 Mon Sep 17 00:00:00 2001 From: Yann Herklotz Date: Tue, 14 Nov 2017 21:16:30 +0000 Subject: Adding syncqueue --- yage/yage.h | 5 +++++ 1 file changed, 5 insertions(+) (limited to 'yage/yage.h') 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. -- cgit