mirror of
https://github.com/MoleskiCoder/EightBit.git
synced 2024-11-17 04:09:14 +00:00
17b71aafc3
Signed-off-by: Adrian Conlon <adrian.conlon@gmail.com>
6 lines
126 B
C++
6 lines
126 B
C++
#include "stdafx.h"
|
|
#include "state_t.h"
|
|
|
|
state_t::state_t(const simdjson::dom::element input) noexcept
|
|
: element_t(input) {}
|