mirror of
https://github.com/MoleskiCoder/EightBit.git
synced 2024-11-18 11:06:15 +00:00
e63ace34e9
Signed-off-by: Adrian Conlon <adrian.conlon@gmail.com>
6 lines
108 B
C++
6 lines
108 B
C++
#include "stdafx.h"
|
|
#include "ram_t.h"
|
|
|
|
ram_t::ram_t(simdjson::dom::array input) noexcept
|
|
: m_raw(input) {}
|