ChonkyStation/test/diff/diff.hpp

16 lines
240 B
C++

#pragma once
#include <helpers.hpp>
#include "../../src/playstation.hpp"
namespace Test {
class Diff {
public:
Diff(const fs::path& biosPath);
void doTest();
private:
PlayStation p1;
PlayStation p2;
};
} // End namespace test