#ifndef __UI_CPU_H__ #define __UI_CPU_H__ #include "ui.h" #include "../system/machine.h" void ui_win_cpu_add(Ui *ui); #endif