bsnes/processor/processor.hpp

7 lines
86 B
C++

#ifndef PROCESSOR_HPP
#define PROCESSOR_HPP
#include <emulator/emulator.hpp>
#endif