7 lines
56 B
C++
7 lines
56 B
C++
#ifndef TEST_H
|
|
#define TEST_H
|
|
|
|
void test_png();
|
|
|
|
#endif
|