aboutsummaryrefslogtreecommitdiffstats
path: root/include/YAGE/picopng.hpp
diff options
context:
space:
mode:
Diffstat (limited to 'include/YAGE/picopng.hpp')
-rw-r--r--include/YAGE/picopng.hpp10
1 files changed, 4 insertions, 6 deletions
diff --git a/include/YAGE/picopng.hpp b/include/YAGE/picopng.hpp
index b1318da0..ded8ffa1 100644
--- a/include/YAGE/picopng.hpp
+++ b/include/YAGE/picopng.hpp
@@ -6,17 +6,15 @@
* ----------------------------------------------------------------------------
*/
-#include <vector>
#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);
+ unsigned long &image_width, unsigned long &image_height,
+ const unsigned char *in_png, size_t in_size,
+ bool convert_to_rgba32 = true);
} // yage