#ifndef ACCOUNT_H #define ACCOUNT_H #include #include #include class Account { public: wxString id; wxString name; wxString number; bool shared; bool _default; }; #endif