pingus-cvs
[Top][All Lists]
Advanced

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

[Pingus-CVS] CVS: Games/Pingus/src client.hxx,1.14,1.15 pingus_menu.hxx,


From: grumbel
Subject: [Pingus-CVS] CVS: Games/Pingus/src client.hxx,1.14,1.15 pingus_menu.hxx,1.7,1.8
Date: 10 Sep 2002 19:24:21 -0000

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

Modified Files:
        client.hxx pingus_menu.hxx 
Log Message:
changed indention of namespaces in a few places

Index: client.hxx
===================================================================
RCS file: /usr/local/cvsroot/Games/Pingus/src/client.hxx,v
retrieving revision 1.14
retrieving revision 1.15
diff -u -d -r1.14 -r1.15
--- client.hxx  5 Sep 2002 12:24:01 -0000       1.14
+++ client.hxx  10 Sep 2002 19:24:19 -0000      1.15
@@ -26,18 +26,16 @@
 #include "result.hxx"
 #include "gui_screen.hxx"
 
-namespace Input 
-{
-  class Controller;
-  class ButtonEvent;
-  class PointerEvent;
-  class AxisEvent;
-}
+namespace Input {
+class Controller;
+class ButtonEvent;
+class PointerEvent;
+class AxisEvent;
+} // namespace Input
 
-namespace GUI
-{
-  class RootGUIManager;
-}
+namespace GUI {
+class RootGUIManager;
+} // namespace GUI
 
 class CL_Key;
 class CL_Vector;

Index: pingus_menu.hxx
===================================================================
RCS file: /usr/local/cvsroot/Games/Pingus/src/pingus_menu.hxx,v
retrieving revision 1.7
retrieving revision 1.8
diff -u -d -r1.7 -r1.8
--- pingus_menu.hxx     4 Sep 2002 14:55:11 -0000       1.7
+++ pingus_menu.hxx     10 Sep 2002 19:24:19 -0000      1.8
@@ -28,15 +28,13 @@
 class SurfaceButton;
 class GameDelta;
 
-namespace GUI
-{
-  class GUIManager;
-}
+namespace GUI {
+class GUIManager;
+} // namespace GUI
 
-namespace Input
-{
-  class Controller;
-}
+namespace Input {
+class Controller;
+} // namespace Input
 
 class PingusMenu : public PingusSubMenu
 {





reply via email to

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