mirror of
https://github.com/zoriya/ComSquare.git
synced 2025-12-23 15:45:26 +00:00
17 lines
304 B
C++
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
|