2023-01-22 18:35:33 -06:00

8 lines
142 B
C++

#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