aboutsummaryrefslogtreecommitdiffstats
path: root/yage/core/picopng.h
diff options
context:
space:
mode:
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