EightBit/M6502/HarteTest_6502/test_t.cpp
Adrian Conlon e63ace34e9 Simplifications of json usage. No slow down.
Signed-off-by: Adrian Conlon <adrian.conlon@gmail.com>
2021-10-21 22:43:16 +01:00

6 lines
119 B
C++

#include "stdafx.h"
#include "test_t.h"
test_t::test_t(const simdjson::dom::element input) noexcept
: m_raw(input) {}