From aa9cdee46fea21ad50b70a4513aa39aebe280b7f Mon Sep 17 00:00:00 2001 From: Yann Herklotz Date: Thu, 27 Jul 2017 23:21:23 +0100 Subject: Adding initial docs --- picopng_8hpp_source.html | 79 ++++++++++++++++++++++++++++++++++++++++++++++++ 1 file changed, 79 insertions(+) create mode 100644 picopng_8hpp_source.html (limited to 'picopng_8hpp_source.html') diff --git a/picopng_8hpp_source.html b/picopng_8hpp_source.html new file mode 100644 index 00000000..92e48e6d --- /dev/null +++ b/picopng_8hpp_source.html @@ -0,0 +1,79 @@ + + + + + + + +YAGE: include/YAGE/picopng.hpp Source File + + + + + + + + + +
+
+ + + + + + +
+
YAGE +
+
Yet Another Game Engine
+
+
+ + + + + + + + +
+
+ + +
+ +
+ + +
+
+
+
picopng.hpp
+
+
+
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 <vector>
10 #include <cstdlib>
11 
12 namespace yage
13 {
14 
15 extern 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);
16 
17 } // yage
Definition: camera2d.hpp:17
+
+ + + + -- cgit