8 lines
142 B
C++
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
|