From 8ad8165816929301a87e90bbb32c3df6b69030ee Mon Sep 17 00:00:00 2001 From: Yann Herklotz Date: Sat, 2 Sep 2017 12:28:11 +0100 Subject: Updating docs --- files.html | 55 +++++++++++++++++++++++++------------------------------ 1 file changed, 25 insertions(+), 30 deletions(-) (limited to 'files.html') diff --git a/files.html b/files.html index ef90f9e9..476d87b1 100644 --- a/files.html +++ b/files.html @@ -29,7 +29,7 @@
YAGE -  0.02 +  v0.1.1
Yet Another Game Engine
@@ -90,30 +90,30 @@ $(document).ready(function(){initNavTree('files.html','');});   include   YAGE   Math - math.hpp - matrix.hpp + math.h + matrix.h   Physics - body.hpp - collider.hpp - collisionbody.hpp - particlebody.hpp - physics.hpp - rectanglecollider.hpp - rigidbody.hpp - camera2d.hpp - glslprogram.hpp - imageloader.hpp - inputmanager.hpp - iomanager.hpp - picopng.hpp - resourcemanager.hpp - sprite.hpp - spritebatch.hpp - texture.hpp - texturecache.hpp - vertex.hpp - window.hpp - yage.hpp + body.h + collider.h + collisionbody.h + particlebody.h + physics.h + rectanglecollider.h + rigidbody.h + camera2d.h + glslprogram.h + imageloader.h + inputmanager.h + iomanager.h + picopng.h + resourcemanager.h + sprite.h + spritebatch.h + texture.h + texturecache.h + vertex.h + window.h + yage.h   src  body.cpp  camera2d.cpp @@ -130,11 +130,6 @@ $(document).ready(function(){initNavTree('files.html','');});  spritebatch.cpp  texturecache.cpp  window.cpp -  test - matrixtest.cpp - particlebodytest.cpp - windowtest.cpp - yagetest.cpp @@ -142,7 +137,7 @@ $(document).ready(function(){initNavTree('files.html','');});