mirror of
https://github.com/MoleskiCoder/EightBit.git
synced 2025-08-10 23:25:02 +00:00
6 lines
148 B
C++
6 lines
148 B
C++
#include "stdafx.h"
|
|
#include "opcode_test_suite_t.h"
|
|
|
|
opcode_test_suite_t::opcode_test_suite_t(const std::string path) noexcept
|
|
: parser_t(path) {}
|