aboutsummaryrefslogtreecommitdiffstats
path: root/yage/core/picopng.h
diff options
context:
space:
mode:
authorYann Herklotz <ymherklotz@gmail.com>2018-01-06 11:17:57 +0000
committerYann Herklotz <ymherklotz@gmail.com>2018-01-06 11:17:57 +0000
commit07012cf0982d3f86aebe83b5bdc4a67332c635da (patch)
tree6ecc5b2e16856db49de056738b36e1ba103d3049 /yage/core/picopng.h
parent8b50d7f50ba40e51f7afd4e9c9efa023bc89ba48 (diff)
downloadYAGE-07012cf0982d3f86aebe83b5bdc4a67332c635da.tar.gz
YAGE-07012cf0982d3f86aebe83b5bdc4a67332c635da.zip
[Engine] Updated dependencies and fixed includes
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