summaryrefslogtreecommitdiff
path: root/src/compress_png.hpp
diff options
context:
space:
mode:
authorKonstantin Käfer <mail@kkaefer.com>2015-02-11 19:35:11 -0800
committerKonstantin Käfer <mail@kkaefer.com>2015-02-11 19:35:39 -0800
commit8c6f71fdb26a4d7a4e2743d3661ff53adbf1658b (patch)
tree8b41684207913dd12119ffabd70970aa56da31a5 /src/compress_png.hpp
parenteb5314d20975437b10f6a1df91893165df9de41e (diff)
downloadqtlocation-mapboxgl-8c6f71fdb26a4d7a4e2743d3661ff53adbf1658b.tar.gz
adapt to static-render branch changes [skip ci]
still missing updated tests
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