From be5d48d2eaed3af76f03297e376f7a67e8a8238f Mon Sep 17 00:00:00 2001 From: TravisBot <> Date: Wed, 20 Dec 2017 18:02:11 +0000 Subject: Rebuilding documentation --- todo.html | 10 +++++++--- 1 file changed, 7 insertions(+), 3 deletions(-) (limited to 'todo.html') diff --git a/todo.html b/todo.html index 074a647a..6b8e4e0d 100644 --- a/todo.html +++ b/todo.html @@ -30,7 +30,7 @@
YAGE -  v0.3.1 +  v0.1.3
Yet Another Game Engine
@@ -103,7 +103,11 @@ $(document).ready(function(){initNavTree('todo.html','');});
-
Member yage::matrix::multiply (const Matrix< M, N, T > &m1, const Matrix< P, Q, T > &m2)
+
Namespace yage
+

remove the include to make compilation faster

+

think of removing this, by, for example, using a pointer This could be more efficient when copying the texture out of the spritesheet.

+
+
Member yage::matrix::multiply (const Matrix< M, N, T > &m1, const Matrix< P, Q, T > &m2)
Think if this should be a static_assert.
@@ -111,7 +115,7 @@ $(document).ready(function(){initNavTree('todo.html','');});