adonthell-commits
[Top][All Lists]
Advanced

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

[Adonthell-commits] CVS: adonthell/src/input mouse_event.h,1.1.2.1,1.1.2


From: Alexandre Courbot <address@hidden>
Subject: [Adonthell-commits] CVS: adonthell/src/input mouse_event.h,1.1.2.1,1.1.2.2 manager.h,1.1.2.1,1.1.2.2 listener.h,1.1.2.1,1.1.2.2 keyboard_event.h,1.1.2.1,1.1.2.2 joystick_event.h,1.1.2.1,1.1.2.2 event.h,1.1.2.1,1.1.2.2 control_event.h,1.1.2.1,1.1.2.2
Date: Mon, 01 Jul 2002 15:46:51 -0400

Update of /cvsroot/adonthell/adonthell/src/input
In directory subversions:/tmp/cvs-serv9595/src/input

Modified Files:
      Tag: Branch_road_to_0-4
        mouse_event.h manager.h listener.h keyboard_event.h 
        joystick_event.h event.h control_event.h 
Log Message:
Now compiles well with GCC 2.95 as well.


Index: mouse_event.h
===================================================================
RCS file: /cvsroot/adonthell/adonthell/src/input/Attic/mouse_event.h,v
retrieving revision 1.1.2.1
retrieving revision 1.1.2.2
diff -C2 -r1.1.2.1 -r1.1.2.2
*** mouse_event.h       30 Jun 2002 19:01:00 -0000      1.1.2.1
--- mouse_event.h       1 Jul 2002 19:46:49 -0000       1.1.2.2
***************
*** 26,30 ****
  #define MOUSE_EVENT_H
  
! #include "event.h"
  
  namespace input
--- 26,30 ----
  #define MOUSE_EVENT_H
  
! #include "input/event.h"
  
  namespace input

Index: manager.h
===================================================================
RCS file: /cvsroot/adonthell/adonthell/src/input/Attic/manager.h,v
retrieving revision 1.1.2.1
retrieving revision 1.1.2.2
diff -C2 -r1.1.2.1 -r1.1.2.2
*** manager.h   30 Jun 2002 19:01:00 -0000      1.1.2.1
--- manager.h   1 Jul 2002 19:46:49 -0000       1.1.2.2
***************
*** 27,36 ****
  #define INPUT_MANAGER_H
  
- #include "listener.h"
- #include "keyboard_event.h"
- #include "mouse_event.h"
- #include "joystick_event.h"
- #include "control_event.h"
  #include <list> 
  
  namespace input
--- 27,37 ----
  #define INPUT_MANAGER_H
  
  #include <list> 
+ 
+ #include "input/listener.h"
+ #include "input/keyboard_event.h"
+ #include "input/mouse_event.h"
+ #include "input/joystick_event.h"
+ #include "input/control_event.h"
  
  namespace input

Index: listener.h
===================================================================
RCS file: /cvsroot/adonthell/adonthell/src/input/Attic/listener.h,v
retrieving revision 1.1.2.1
retrieving revision 1.1.2.2
diff -C2 -r1.1.2.1 -r1.1.2.2
*** listener.h  30 Jun 2002 19:01:00 -0000      1.1.2.1
--- listener.h  1 Jul 2002 19:46:49 -0000       1.1.2.2
***************
*** 26,30 ****
  #define INPUT_LISTENER_H
  
! #include "event.h"
  #include "callback.h"
  #include "types.h"
--- 26,30 ----
  #define INPUT_LISTENER_H
  
! #include "input/event.h"
  #include "callback.h"
  #include "types.h"

Index: keyboard_event.h
===================================================================
RCS file: /cvsroot/adonthell/adonthell/src/input/Attic/keyboard_event.h,v
retrieving revision 1.1.2.1
retrieving revision 1.1.2.2
diff -C2 -r1.1.2.1 -r1.1.2.2
*** keyboard_event.h    30 Jun 2002 19:01:00 -0000      1.1.2.1
--- keyboard_event.h    1 Jul 2002 19:46:49 -0000       1.1.2.2
***************
*** 26,30 ****
  #define KEYBOARD_EVENT_H
  
! #include "event.h"
  
  namespace input
--- 26,30 ----
  #define KEYBOARD_EVENT_H
  
! #include "input/event.h"
  
  namespace input

Index: joystick_event.h
===================================================================
RCS file: /cvsroot/adonthell/adonthell/src/input/Attic/joystick_event.h,v
retrieving revision 1.1.2.1
retrieving revision 1.1.2.2
diff -C2 -r1.1.2.1 -r1.1.2.2
*** joystick_event.h    30 Jun 2002 19:01:00 -0000      1.1.2.1
--- joystick_event.h    1 Jul 2002 19:46:49 -0000       1.1.2.2
***************
*** 26,30 ****
  
  
! #include "event.h"
  
  namespace input
--- 26,30 ----
  
  
! #include "input/event.h"
  
  namespace input

Index: event.h
===================================================================
RCS file: /cvsroot/adonthell/adonthell/src/input/Attic/event.h,v
retrieving revision 1.1.2.1
retrieving revision 1.1.2.2
diff -C2 -r1.1.2.1 -r1.1.2.2
*** event.h     30 Jun 2002 19:01:00 -0000      1.1.2.1
--- event.h     1 Jul 2002 19:46:49 -0000       1.1.2.2
***************
*** 27,32 ****
  #define INPUT_EVENT_H
  
- #include "types.h"
  #include <string>
  
  namespace input
--- 27,33 ----
  #define INPUT_EVENT_H
  
  #include <string>
+ 
+ #include "types.h"
  
  namespace input

Index: control_event.h
===================================================================
RCS file: /cvsroot/adonthell/adonthell/src/input/Attic/control_event.h,v
retrieving revision 1.1.2.1
retrieving revision 1.1.2.2
diff -C2 -r1.1.2.1 -r1.1.2.2
*** control_event.h     30 Jun 2002 19:01:00 -0000      1.1.2.1
--- control_event.h     1 Jul 2002 19:46:49 -0000       1.1.2.2
***************
*** 26,34 ****
  #define CONTROL_EVENT_H
  
- #include "event.h"
- #include "keyboard_event.h"
- #include "mouse_event.h"
- #include "joystick_event.h"
  #include <string>
  
  namespace input
--- 26,35 ----
  #define CONTROL_EVENT_H
  
  #include <string>
+ 
+ #include "input/event.h"
+ #include "input/keyboard_event.h"
+ #include "input/mouse_event.h"
+ #include "input/joystick_event.h"
  
  namespace input




reply via email to

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