pingus-cvs
[Top][All Lists]
Advanced

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

[Pingus-CVS] CVS: Games/Pingus/src/gui button.hxx,1.3,1.4 component.hxx,


From: torangan
Subject: [Pingus-CVS] CVS: Games/Pingus/src/gui button.hxx,1.3,1.4 component.hxx,1.7,1.8
Date: 16 Aug 2002 13:03:39 -0000

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

Modified Files:
        button.hxx component.hxx 
Log Message:
- included src/pingus.hxx in every header not containing other pingus headers
- changed ClanLib/gui.h includes to the really required headers


Index: button.hxx
===================================================================
RCS file: /usr/local/cvsroot/Games/Pingus/src/gui/button.hxx,v
retrieving revision 1.3
retrieving revision 1.4
diff -u -d -r1.3 -r1.4
--- button.hxx  2 Aug 2002 22:55:19 -0000       1.3
+++ button.hxx  16 Aug 2002 13:03:36 -0000      1.4
@@ -20,6 +20,8 @@
 #ifndef HEADER_PINGUS_GUI_BUTTON_HXX
 #define HEADER_PINGUS_GUI_BUTTON_HXX
 
+#include "../pingus.hxx"
+
 namespace GUI
 {
   class Button

Index: component.hxx
===================================================================
RCS file: /usr/local/cvsroot/Games/Pingus/src/gui/component.hxx,v
retrieving revision 1.7
retrieving revision 1.8
diff -u -d -r1.7 -r1.8
--- component.hxx       14 Aug 2002 12:45:02 -0000      1.7
+++ component.hxx       16 Aug 2002 13:03:36 -0000      1.8
@@ -20,6 +20,8 @@
 #ifndef HEADER_PINGUS_GUI_COMPONENT_HXX
 #define HEADER_PINGUS_GUI_COMPONENT_HXX
 
+#include "../pingus.hxx"
+
 namespace GUI
 {
   /** A component represents an area which recivies events in the GUI,





reply via email to

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