14 lines
163 B
C++
14 lines
163 B
C++
#include <pixelmatch/pixelmatch.h>
|
|
|
|
int main()
|
|
{
|
|
pixelmatch::pixelmatch(
|
|
{},
|
|
{},
|
|
{},
|
|
2,
|
|
2,
|
|
2);
|
|
return 0;
|
|
}
|