#if !defined(RC2XML_H)
#define RC2XML_H
-#ifdef __GNUG__
-#pragma interface "rc2xml.h"
-#endif
-
#include "wx/file.h"
-#include <wx/ffile.h>
-#include <wx/list.h>
+#include "wx/ffile.h"
+#include "wx/list.h"
class rc2xml : public wxObject
void ParseRadioButton(wxString phrase,wxString varname);
void ParseCheckBox(wxString phrase,wxString varname);
void ParsePushButton(wxString phrase, wxString varname);
- bool Seperator(int ch);
+ bool Separator(int ch);
void ParseGroupBox(wxString phrase, wxString varname);
bool ReadRect(int & x, int & y, int & width, int & height);
- wxString GetToken(bool *listseperator = 0);
+ wxString GetToken(bool *listseparator = 0);
wxString GetQuoteField();
wxString GetStringQuote();
void ReadChar(int &ch);