]> Shamusworld >> Repos - ttedit/blobdiff - src/charwindow.h
Set the eol style on the project to native, to avoid line ending chaos.
[ttedit] / src / charwindow.h
index 19fefb2e31ff4e448e9644284d701b717e4e63e9..0f6add1955ee43195d216d5cd7acf95c3507eef1 100755 (executable)
@@ -1,33 +1,33 @@
-//\r
-// CHARWINDOW.H: Header file\r
-//\r
-// by James L. Hammons\r
-// (C) 2008 Underground Software\r
-//\r
-\r
-#ifndef __CHARWINDOW_H__\r
-#define __CHARWINDOW_H__\r
-\r
-#include <wx/wx.h>                                                             // So that whoever uses this can without having\r
-                                                                                               // to pull in a bunch of references manually\r
-#include <wx/minifram.h>\r
-\r
-class CharWindow: public wxMiniFrame\r
-{\r
-       private:\r
-       protected:\r
-       public:\r
-               wxBitmap * bmp;\r
-\r
-               // Constructor and destructor\r
-//             CharWindow(wxFrame * parent, const wxPoint &pos = wxDefaultPosition, const wxSize &size = wxDefaultSize, long style = 0);\r
-               CharWindow(wxFrame * parent, const wxString &title, const wxPoint &pos, const wxSize &size, long style);\r
-               ~CharWindow(void);\r
-\r
-               void OnPaint(wxPaintEvent &e);\r
-//             void OnMouseEvent(wxMouseEvent &e);\r
-\r
-       DECLARE_EVENT_TABLE()\r
-};\r
-\r
-#endif // __CHARWINDOW_H__\r
+//
+// CHARWINDOW.H: Header file
+//
+// by James L. Hammons
+// (C) 2008 Underground Software
+//
+
+#ifndef __CHARWINDOW_H__
+#define __CHARWINDOW_H__
+
+#include <wx/wx.h>                                                             // So that whoever uses this can without having
+                                                                                               // to pull in a bunch of references manually
+#include <wx/minifram.h>
+
+class CharWindow: public wxMiniFrame
+{
+       private:
+       protected:
+       public:
+               wxBitmap * bmp;
+
+               // Constructor and destructor
+//             CharWindow(wxFrame * parent, const wxPoint &pos = wxDefaultPosition, const wxSize &size = wxDefaultSize, long style = 0);
+               CharWindow(wxFrame * parent, const wxString &title, const wxPoint &pos, const wxSize &size, long style);
+               ~CharWindow(void);
+
+               void OnPaint(wxPaintEvent &e);
+//             void OnMouseEvent(wxMouseEvent &e);
+
+       DECLARE_EVENT_TABLE()
+};
+
+#endif // __CHARWINDOW_H__