Initial commit
This commit is contained in:
13
pixelmatch-cpp17/all/test_package/test_package.cpp
Normal file
13
pixelmatch-cpp17/all/test_package/test_package.cpp
Normal file
@@ -0,0 +1,13 @@
|
||||
#include <pixelmatch/pixelmatch.h>
|
||||
|
||||
int main()
|
||||
{
|
||||
pixelmatch::pixelmatch(
|
||||
{},
|
||||
{},
|
||||
{},
|
||||
2,
|
||||
2,
|
||||
2);
|
||||
return 0;
|
||||
}
|
||||
Reference in New Issue
Block a user