mirror of
https://github.com/MoleskiCoder/EightBit.git
synced 2025-01-07 20:31:16 +00:00
e63ace34e9
Signed-off-by: Adrian Conlon <adrian.conlon@gmail.com>
6 lines
122 B
C++
6 lines
122 B
C++
#include "stdafx.h"
|
|
#include "state_t.h"
|
|
|
|
state_t::state_t(const simdjson::dom::element input) noexcept
|
|
: m_raw(input) {}
|