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