summaryrefslogtreecommitdiff
path: root/src/compress_png.hpp
diff options
context:
space:
mode:
Diffstat (limited to 'src/compress_png.hpp')
-rw-r--r--src/compress_png.hpp8
1 files changed, 8 insertions, 0 deletions
diff --git a/src/compress_png.hpp b/src/compress_png.hpp
new file mode 100644
index 0000000000..754b383e70
--- /dev/null
+++ b/src/compress_png.hpp
@@ -0,0 +1,8 @@
+#include <node.h>
+#include <nan.h>
+
+namespace node_mbgl {
+
+void InitCompressPNG(v8::Handle<v8::Object> target);
+
+} \ No newline at end of file