/* * Copyright (C) 2022 Riyyi * Copyright (C) 2022 Th3FrankXD * * SPDX-License-Identifier: MIT */ #include "cpu.h" CPU::CPU() { } CPU::~CPU() { }