summaryrefslogtreecommitdiff
path: root/test.hpp
diff options
context:
space:
mode:
authorBrett Weiland <brett_weiland@bpcspace.com>2023-01-22 15:34:25 -0600
committerBrett Weiland <brett_weiland@bpcspace.com>2023-01-22 15:34:25 -0600
commit8db9e4cfba7de89b5492203ed1b225297be47f68 (patch)
tree4e21e076bbaabf7b0b37d54e0c9c2eefd8409d5f /test.hpp
init
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