]> git.saurik.com Git - wxWidgets.git/blobdiff - src/mgl/timer.cpp
added more files (unchanged) from wxUniv branch
[wxWidgets.git] / src / mgl / timer.cpp
diff --git a/src/mgl/timer.cpp b/src/mgl/timer.cpp
new file mode 100644 (file)
index 0000000..f4c026d
--- /dev/null
@@ -0,0 +1,23 @@
+/////////////////////////////////////////////////////////////////////////////
+// Name:        gtk/timer.cpp
+// Purpose:     wxTimer implementation
+// Author:      Robert Roebling
+// Id:          $Id$
+// Copyright:   (c) 1998 Robert Roebling
+// Licence:     wxWindows licence
+/////////////////////////////////////////////////////////////////////////////
+
+
+#ifdef __GNUG__
+#pragma implementation "timer.h"
+#endif
+
+#include "wx/timer.h"
+
+
+// ----------------------------------------------------------------------------
+// wxTimer
+// ----------------------------------------------------------------------------
+
+IMPLEMENT_ABSTRACT_CLASS(wxTimer,wxObject)
+