16 lines
233 B
C++
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;
|
|
|
|
}
|