mirror of
https://github.com/MoleskiCoder/EightBit.git
synced 2025-01-22 12:30:44 +00:00
393fab2bbc
Signed-off-by: Adrian Conlon <adrian.conlon@gmail.com>
6 lines
99 B
C++
6 lines
99 B
C++
#include "stdafx.h"
|
|
#include "ram_t.h"
|
|
|
|
ram_t::ram_t(simdjson::dom::array input)
|
|
: m_raw(input) {}
|