From 8db9e4cfba7de89b5492203ed1b225297be47f68 Mon Sep 17 00:00:00 2001 From: Brett Weiland Date: Sun, 22 Jan 2023 15:34:25 -0600 Subject: init --- test.hpp | 6 ++++++ 1 file changed, 6 insertions(+) create mode 100644 test.hpp (limited to 'test.hpp') 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 -- cgit v1.2.3