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