|
|
@@ -0,0 +1,11 @@
|
|
|
+// Copyright (C) 2009-2019, Panagiotis Christopoulos Charitos and contributors.
|
|
|
+// All rights reserved.
|
|
|
+// Code licensed under the BSD License.
|
|
|
+// http://www.anki3d.org/LICENSE
|
|
|
+
|
|
|
+#include <anki/math/Forward.h>
|
|
|
+#include <anki/math/Functions.h>
|
|
|
+#include <anki/math/Simd.h>
|
|
|
+#include <anki/util/Array.h>
|
|
|
+#include <anki/util/Assert.h>
|
|
|
+#include <anki/util/String.h>
|