summaryrefslogtreecommitdiff
path: root/test.hpp
diff options
context:
space:
mode:
Diffstat (limited to 'test.hpp')
-rw-r--r--test.hpp6
1 files changed, 6 insertions, 0 deletions
diff --git a/test.hpp b/test.hpp
new file mode 100644
index 0000000..3347496
--- /dev/null
+++ b/test.hpp
@@ -0,0 +1,6 @@
+#ifndef TEST_H
+#define TEST_H
+
+void test_png();
+
+#endif