From dd51ec0f1fadd719f5ee298c1c40890f6db1815b Mon Sep 17 00:00:00 2001 From: TravisBot <> Date: Thu, 12 Oct 2017 13:59:45 +0000 Subject: Rebuilding documentation --- imageloader_8h_source.html | 88 +++++++++++++++++++++++++++++++++++----------- 1 file changed, 68 insertions(+), 20 deletions(-) (limited to 'imageloader_8h_source.html') diff --git a/imageloader_8h_source.html b/imageloader_8h_source.html index 0fa66ea6..daf2029b 100644 --- a/imageloader_8h_source.html +++ b/imageloader_8h_source.html @@ -3,22 +3,23 @@ - - + YAGE: yage/base/imageloader.h Source File - - + @@ -27,7 +28,7 @@ -
+
YAGE  v0.1.1
@@ -38,19 +39,40 @@
- + - - - - + +
+ All Classes Namespaces Files Functions Variables Typedefs Enumerations Enumerator Friends Pages
@@ -85,20 +107,46 @@ $(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> -- MIT License
5  * See file LICENSE for more details
6  * ----------------------------------------------------------------------------
7  */
8 
9 #ifndef IMAGE_LOADER_H
10 #define IMAGE_LOADER_H
11 
12 #include "texture.h"
13 
14 #include <string>
15 
16 namespace yage
17 {
18 
20 {
21 public:
22  static Texture loadPng(const std::string &file_path);
23 };
24 
25 } // namespace yage
26 
27 #endif
Definition: imageloader.h:19
+Go to the documentation of this file.
1 /* ----------------------------------------------------------------------------
+
2  * imageloader.h
+
3  *
+
4  * Copyright (c) 2017 Yann Herklotz Grave <ymherklotz@gmail.com> -- MIT License
+
5  * See file LICENSE for more details
+
6  * ----------------------------------------------------------------------------
+
7  */
+
8 
+
9 #ifndef IMAGE_LOADER_H
+
10 #define IMAGE_LOADER_H
+
11 
+
12 #include "texture.h"
+
13 
+
14 #include <string>
+
15 
+
16 namespace yage
+
17 {
+
18 
+ +
20 {
+
21 public:
+
22  static Texture loadPng(const std::string &file_path);
+
23 };
+
24 
+
25 } // namespace yage
+
26 
+
27 #endif
+
Definition: imageloader.h:19
static Texture loadPng(const std::string &file_path)
Definition: imageloader.cpp:24
Definition: texture.h:17
-
Project namespace.
Definition: camera2d.cpp:13
-- cgit