pingus-cvs
[Top][All Lists]
Advanced

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

[Pingus-CVS] CVS: Games/Pingus/src Controller.hh,1.10,1.11


From: torangan
Subject: [Pingus-CVS] CVS: Games/Pingus/src Controller.hh,1.10,1.11
Date: 6 Jun 2002 15:54:16 -0000

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

Modified Files:
        Controller.hh 
Log Message:
replaced ClanLib/display.h and ClanLib/display.h by forward declarations


Index: Controller.hh
===================================================================
RCS file: /usr/local/cvsroot/Games/Pingus/src/Controller.hh,v
retrieving revision 1.10
retrieving revision 1.11
diff -u -d -r1.10 -r1.11
--- Controller.hh       27 Jul 2001 15:00:47 -0000      1.10
+++ Controller.hh       6 Jun 2002 15:54:14 -0000       1.11
@@ -20,13 +20,13 @@
 #ifndef CONTROLLER_HH
 #define CONTROLLER_HH
 
-#include <ClanLib/signals.h>
-#include <ClanLib/display.h>
 #include <ClanLib/core.h>
 #include "boost/smart_ptr.hpp"
 #include "boost/dummy_ptr.hpp"
 
+template <class T> class CL_Signal_v1;
 class Controller;
+class CL_InputButton;
 
 class ControllerButton 
 {




reply via email to

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