aboutsummaryrefslogtreecommitdiffstats
path: root/yage/core/picopng.h
diff options
context:
space:
mode:
authorYann Herklotz <ymherklotz@gmail.com>2018-01-06 11:30:24 +0000
committerYann Herklotz <ymherklotz@gmail.com>2018-01-06 11:30:24 +0000
commitc7090180503f263c60ec34844992e0e8d4bea85a (patch)
tree6ecc5b2e16856db49de056738b36e1ba103d3049 /yage/core/picopng.h
parentcf4c73f2a75b470a4d4c4167105f92bc46f1926c (diff)
parent07012cf0982d3f86aebe83b5bdc4a67332c635da (diff)
downloadYAGE-c7090180503f263c60ec34844992e0e8d4bea85a.tar.gz
YAGE-c7090180503f263c60ec34844992e0e8d4bea85a.zip
Merge branch 'develop'
Diffstat (limited to 'yage/core/picopng.h')
-rw-r--r--yage/core/picopng.h20
1 files changed, 0 insertions, 20 deletions
diff --git a/yage/core/picopng.h b/yage/core/picopng.h
deleted file mode 100644
index d868fa43..00000000
--- a/yage/core/picopng.h
+++ /dev/null
@@ -1,20 +0,0 @@
-/** ---------------------------------------------------------------------------
- * @file: picopng.h
- *
- * Copyright (c) 2017 Yann Herklotz Grave <ymherklotz@gmail.com>
- * MIT License, see LICENSE file for more details.
- * ----------------------------------------------------------------------------
- */
-
-#include <cstdlib>
-#include <vector>
-
-namespace yage
-{
-
-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);
-
-} // namespace yage