From 3a5a0e7b42d34baa238895f9e4d86cfd902ace7d Mon Sep 17 00:00:00 2001 From: TravisBot <> Date: Sat, 23 Dec 2017 00:51:44 +0000 Subject: [Travis] Rebuilding documentation --- picopng_8cpp.html | 140 ------------------------------------------------------ 1 file changed, 140 deletions(-) delete mode 100644 picopng_8cpp.html (limited to 'picopng_8cpp.html') diff --git a/picopng_8cpp.html b/picopng_8cpp.html deleted file mode 100644 index a722a986..00000000 --- a/picopng_8cpp.html +++ /dev/null @@ -1,140 +0,0 @@ - - - - - - -YAGE: yage/core/picopng.cpp File Reference - - - - - - - - - - - - - -
-
- - - - - - -
-
YAGE -  v0.1.3 -
-
Yet Another Game Engine
-
-
- - - - - -
-
- -
-
-
- -
- -
- All Classes Namespaces Files Functions Variables Typedefs Enumerations Enumerator Friends Macros Pages
- - -
- -
- -
- -
-
picopng.cpp File Reference
-
-
-
#include <cstdlib>
-#include <vector>
-
- - - - -

-Namespaces

 yage
 Project namespace.
 
- - - -

-Functions

int yage::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)
 
-
-
- - - - -- cgit