Files
spider-runtime/src/spider/SpiderRuntime.hpp
2026-03-25 10:00:21 -06:00

16 lines
233 B
C++

#pragma once
#include <spider/runtime/common.hpp>
namespace spider {
extern const u32 RUNTIME_VERSION_NO;
extern const std::string RUNTIME_VERSION;
class Runtime;
class CPU;
class RAM;
class InstrReel;
}