From be5d48d2eaed3af76f03297e376f7a67e8a8238f Mon Sep 17 00:00:00 2001 From: TravisBot <> Date: Wed, 20 Dec 2017 18:02:11 +0000 Subject: Rebuilding documentation --- imageloader_8h_source.html | 26 +++++++++----------------- 1 file changed, 9 insertions(+), 17 deletions(-) (limited to 'imageloader_8h_source.html') diff --git a/imageloader_8h_source.html b/imageloader_8h_source.html index b47f3823..3dc842b8 100644 --- a/imageloader_8h_source.html +++ b/imageloader_8h_source.html @@ -30,7 +30,7 @@
YAGE -  v0.3.1 +  v0.1.3
Yet Another Game Engine
@@ -108,23 +108,16 @@ $(document).ready(function(){initNavTree('imageloader_8h_source.html','');});
imageloader.h
-Go to the documentation of this file.
1 /* ----------------------------------------------------------------------------
-
2  * imageloader.h
-
3  *
-
4  * Copyright (c) 2017 Yann Herklotz Grave <ymherklotz@gmail.com>
-
5  * MIT License, see LICENSE file for more details.
-
6  * ----------------------------------------------------------------------------
-
7  */
-
8 
+Go to the documentation of this file.
1 
9 #ifndef IMAGE_LOADER_H
10 #define IMAGE_LOADER_H
11 
-
12 #include "texture.h"
+
12 #include <string>
13 
-
14 #include <string>
-
15 
-
16 namespace yage
-
17 {
+
14 namespace yage
+
15 {
+
16 
+
17 class Texture;
18 
20 {
@@ -136,8 +129,7 @@ $(document).ready(function(){initNavTree('imageloader_8h_source.html','');});
26 
27 #endif
Definition: imageloader.h:19
- -
static Texture loadPng(const std::string &file_path)
Definition: imageloader.cpp:24
+
static Texture loadPng(const std::string &file_path)
Definition: imageloader.cpp:22
Definition: texture.h:17
@@ -145,7 +137,7 @@ $(document).ready(function(){initNavTree('imageloader_8h_source.html','');});