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