pingus-cvs
[Top][All Lists]
Advanced

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

[Pingus-CVS] CVS: Games/Pingus/src/input event_fwd.hxx,NONE,1.1 Makefil


From: grumbel
Subject: [Pingus-CVS] CVS: Games/Pingus/src/input event_fwd.hxx,NONE,1.1 Makefile.am,1.21,1.22
Date: 20 Dec 2002 01:42:09 -0000

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

Modified Files:
        Makefile.am 
Added Files:
        event_fwd.hxx 
Log Message:
- little dependencie reduction patch


--- NEW FILE: event_fwd.hxx ---
//  $Id: event_fwd.hxx,v 1.1 2002/12/20 01:42:07 grumbel Exp $
// 
//  Pingus - A free Lemmings clone
//  Copyright (C) 2002 Ingo Ruhnke <address@hidden>
//
//  This program is free software; you can redistribute it and/or
//  modify it under the terms of the GNU General Public License
//  as published by the Free Software Foundation; either version 2
//  of the License, or (at your option) any later version.
//
//  This program is distributed in the hope that it will be useful,
//  but WITHOUT ANY WARRANTY; without even the implied warranty of
//  MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.  See the
//  GNU General Public License for more details.
// 
//  You should have received a copy of the GNU General Public License
//  along with this program; if not, write to the Free Software
//  Foundation, Inc., 59 Temple Place - Suite 330, Boston, MA  02111-1307, USA.

#ifndef HEADER_PINGUS_INPUT_EVENT_FWD_HXX
#define HEADER_PINGUS_INPUT_EVENT_FWD_HXX

#include <vector>

// Forward Header for event.hxx, just here to reduce compile time
// dependencies a bit.
namespace Input {

union Input::Event;
typedef std::vector<Input::Event> EventLst;

} // namespace Input

#endif

/* EOF */

Index: Makefile.am
===================================================================
RCS file: /usr/local/cvsroot/Games/Pingus/src/input/Makefile.am,v
retrieving revision 1.21
retrieving revision 1.22
diff -u -d -r1.21 -r1.22
--- Makefile.am 20 Dec 2002 01:22:32 -0000      1.21
+++ Makefile.am 20 Dec 2002 01:42:07 -0000      1.22
@@ -30,6 +30,7 @@
        button_factory.hxx button_factory.cxx \
        controller.hxx controller.cxx \
        event.hxx \
+       event_fwd.hxx \
        key_helper.hxx key_helper.cxx \
        pointer.hxx \
        pointer_factory.hxx pointer_factory.cxx \




reply via email to

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