bsnes/higan/ws/apu/apu.hpp

10 lines
155 B
C++

struct APU : Thread {
static auto Enter() -> void;
auto main() -> void;
auto step(uint clocks) -> void;
auto power() -> void;
};
extern APU apu;