#include #include "wxcputhrottle.h" #include "wxcputhrottleframe.h" IMPLEMENT_APP(wxCpuThrottleapp) bool wxCpuThrottleapp::OnInit() { wxCpuThrottleFrame *frame = new wxCpuThrottleFrame(); frame->Show(false); SetTopWindow(frame); return TRUE; }