#pragma once #include namespace spider { extern const u32 RUNTIME_VERSION_NO; extern const std::string RUNTIME_VERSION; class Runtime; class CPU; class RAM; class InstrReel; }