diff options
Diffstat (limited to 'test.hpp')
-rw-r--r-- | test.hpp | 1 |
1 files changed, 1 insertions, 0 deletions
@@ -1,6 +1,7 @@ #ifndef TEST_H #define TEST_H +//I was required to write a test function as part of the project; here I test libpng. void test_png(); #endif |