Files
ComSquare/sources/CPU/Instructions/CommonInstructions.hpp
2020-02-07 17:24:15 +01:00

17 lines
304 B
C++

//
// Created by anonymus-raccoon on 2/5/20.
//
#ifndef COMSQUARE_COMMONINSTRUCTIONS_HPP
#define COMSQUARE_COMMONINSTRUCTIONS_HPP
namespace ComSquare::CPU
{
//! @brief The shared states of the Main's CPU and the APU's CPU.
class CommonInstructions {
};
}
#endif //COMSQUARE_COMMONINSTRUCTIONS_HPP