pingus-cvs
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

[Pingus-CVS] CVS: Games/Pingus/src/editor editor.hxx,1.13,1.14


From: grumbel
Subject: [Pingus-CVS] CVS: Games/Pingus/src/editor editor.hxx,1.13,1.14
Date: 5 Sep 2002 12:24:04 -0000

Update of /usr/local/cvsroot/Games/Pingus/src/editor
In directory dark:/tmp/cvs-serv30676/editor

Modified Files:
        editor.hxx 
Log Message:
- added GC to Screen and subclasses of it

Index: editor.hxx
===================================================================
RCS file: /usr/local/cvsroot/Games/Pingus/src/editor/editor.hxx,v
retrieving revision 1.13
retrieving revision 1.14
diff -u -d -r1.13 -r1.14
--- editor.hxx  23 Aug 2002 15:49:54 -0000      1.13
+++ editor.hxx  5 Sep 2002 12:24:02 -0000       1.14
@@ -124,6 +124,7 @@
   CL_GUIManager* get_gui_manager ();
 
   // overloaded Screen stuff
+  void draw (GraphicContext& gc) { draw(); }
   void draw ();
   void update (const GameDelta& delta);
 





reply via email to

[Prev in Thread] Current Thread [Next in Thread]