[Top][All Lists]
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
[Wesnoth-cvs-commits] wesnoth/src game_events.hpp
From: |
Guillaume Melquiond |
Subject: |
[Wesnoth-cvs-commits] wesnoth/src game_events.hpp |
Date: |
Sun, 12 Sep 2004 04:52:23 -0400 |
CVSROOT: /cvsroot/wesnoth
Module name: wesnoth
Branch:
Changes by: Guillaume Melquiond <address@hidden> 04/09/12 08:47:06
Modified files:
src : game_events.hpp
Log message:
Missing forward declaration
CVSWeb URLs:
http://savannah.gnu.org/cgi-bin/viewcvs/wesnoth/wesnoth/src/game_events.hpp.diff?tr1=1.21&tr2=1.22&r1=text&r2=text
Patches:
Index: wesnoth/src/game_events.hpp
diff -u wesnoth/src/game_events.hpp:1.21 wesnoth/src/game_events.hpp:1.22
--- wesnoth/src/game_events.hpp:1.21 Tue Jul 27 19:23:13 2004
+++ wesnoth/src/game_events.hpp Sun Sep 12 08:47:06 2004
@@ -1,4 +1,4 @@
-/* $Id: game_events.hpp,v 1.21 2004/07/27 19:23:13 isaaccp Exp $ */
+/* $Id: game_events.hpp,v 1.22 2004/09/12 08:47:06 silene Exp $ */
/*
Copyright (C) 2003 by David White <address@hidden>
Part of the Battle for Wesnoth Project http://wesnoth.whitevine.net
@@ -57,6 +57,7 @@
void write_events(config& cfg);
+bool unit_matches_filter(const unit& u, const config& filter);
bool unit_matches_filter(unit_map::const_iterator itor, const config& filter);
//function to fire an event. Events may have up to two arguments, both of
[Prev in Thread] |
Current Thread |
[Next in Thread] |
- [Wesnoth-cvs-commits] wesnoth/src game_events.hpp,
Guillaume Melquiond <=