clarified extraneous files
This commit is contained in:
parent
f556c24a13
commit
17f12b3d14
1
test.cpp
1
test.cpp
@ -3,6 +3,7 @@
|
|||||||
#include "libpng_wrapper.hpp"
|
#include "libpng_wrapper.hpp"
|
||||||
using namespace std;
|
using namespace std;
|
||||||
|
|
||||||
|
//I was required to write a test function as part of the project; here I test libpng.
|
||||||
void test_png() {
|
void test_png() {
|
||||||
png test_image("test_png.png", 500, 500);
|
png test_image("test_png.png", 500, 500);
|
||||||
uint32_t w = test_image.width();
|
uint32_t w = test_image.width();
|
||||||
|
Loading…
x
Reference in New Issue
Block a user