#ifndef MAIN_WINDOW_H #define MAIN_WINDOW_H #include // 创建主窗口 Ihandle* create_main_window(void); #endif // MAIN_WINDOW_H