From 8ad8165816929301a87e90bbb32c3df6b69030ee Mon Sep 17 00:00:00 2001 From: Yann Herklotz Date: Sat, 2 Sep 2017 12:28:11 +0100 Subject: Updating docs --- picopng_8hpp_source.html | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) (limited to 'picopng_8hpp_source.html') diff --git a/picopng_8hpp_source.html b/picopng_8hpp_source.html index a2bd1d05..91b49bec 100644 --- a/picopng_8hpp_source.html +++ b/picopng_8hpp_source.html @@ -29,7 +29,7 @@
YAGE -  0.02 +  v0.1.1
Yet Another Game Engine
@@ -85,15 +85,15 @@ $(document).ready(function(){initNavTree('picopng_8hpp_source.html','');});
picopng.hpp
-Go to the documentation of this file.
1 /* ----------------------------------------------------------------------------
2  * picopng.hpp
3  *
4  * Copyright (c) 2017 Yann Herklotz Grave <ymherklotz@gmail.com> -- MIT License
5  * See file LICENSE for more details
6  * ----------------------------------------------------------------------------
7  */
8 
9 #include <cstdlib>
10 #include <vector>
11 
12 namespace yage
13 {
14 
15 extern int decodePNG(std::vector<unsigned char> &out_image,
16  unsigned long &image_width, unsigned long &image_height,
17  const unsigned char *in_png, size_t in_size,
18  bool convert_to_rgba32 = true);
19 
20 } // yage
int decodePNG(std::vector< unsigned char > &out_image, unsigned long &image_width, unsigned long &image_height, const unsigned char *in_png, size_t in_size, bool convert_to_rgba32=true)
Definition: picopng.cpp:34
-
Templated matrix class.
Definition: camera2d.hpp:17
+Go to the documentation of this file.
1 /* ----------------------------------------------------------------------------
2  * picopng.hpp
3  *
4  * Copyright (c) 2017 Yann Herklotz Grave <ymherklotz@gmail.com> -- MIT License
5  * See file LICENSE for more details
6  * ----------------------------------------------------------------------------
7  */
8 
9 #include <cstdlib>
10 #include <vector>
11 
12 namespace yage
13 {
14 
15 extern int decodePNG(std::vector<unsigned char> &out_image,
16  unsigned long &image_width, unsigned long &image_height,
17  const unsigned char *in_png, size_t in_size,
18  bool convert_to_rgba32 = true);
19 
20 } // namespace yage
int decodePNG(std::vector< unsigned char > &out_image, unsigned long &image_width, unsigned long &image_height, const unsigned char *in_png, size_t in_size, bool convert_to_rgba32)
Definition: picopng.cpp:34
+
Project namespace.
Definition: body.cpp:13