mirror of
https://github.com/MoleskiCoder/EightBit.git
synced 2024-11-12 02:04:36 +00:00
17b71aafc3
Signed-off-by: Adrian Conlon <adrian.conlon@gmail.com>
6 lines
115 B
C++
6 lines
115 B
C++
#include "stdafx.h"
|
|
#include "cycle_t.h"
|
|
|
|
cycle_t::cycle_t(simdjson::dom::array input) noexcept
|
|
: byte_t(input) {}
|