#pragma once // ---------------------------------------------------------------------------- // headers // ---------------------------------------------------------------------------- #include "wx/wxprec.h" #ifndef WX_PRECOMP #include "wx/wx.h" #endif //precompiled headers #include "wx/log.h" #include "wx/config.h" #ifndef wxHAS_IMAGES_IN_RESOURCES #include "../../src/rho.xpm" #endif #include "frame.h" #include "app.h"