mirror of
https://github.com/MoleskiCoder/EightBit.git
synced 2024-11-17 04:09:14 +00:00
17b71aafc3
Signed-off-by: Adrian Conlon <adrian.conlon@gmail.com>
11 lines
167 B
C++
11 lines
167 B
C++
#pragma once
|
|
|
|
#include "simdjson/simdjson.h"
|
|
|
|
#include "array_t.h"
|
|
|
|
class cycles_t final : public array_t {
|
|
public:
|
|
cycles_t(simdjson::dom::array input) noexcept;
|
|
};
|