wesnoth-cvs-commits
[Top][All Lists]
Advanced

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

[Wesnoth-cvs-commits] wesnoth/src actions.cpp


From: Yann Dirson
Subject: [Wesnoth-cvs-commits] wesnoth/src actions.cpp
Date: Mon, 21 Mar 2005 15:46:27 -0500

CVSROOT:        /cvsroot/wesnoth
Module name:    wesnoth
Branch:         
Changes by:     Yann Dirson <address@hidden>    05/03/21 20:46:27

Modified files:
        src            : actions.cpp 

Log message:
        harmless but missing includes

CVSWeb URLs:
http://savannah.gnu.org/cgi-bin/viewcvs/wesnoth/wesnoth/src/actions.cpp.diff?tr1=1.198&tr2=1.199&r1=text&r2=text

Patches:
Index: wesnoth/src/actions.cpp
diff -u wesnoth/src/actions.cpp:1.198 wesnoth/src/actions.cpp:1.199
--- wesnoth/src/actions.cpp:1.198       Sat Mar 19 14:54:00 2005
+++ wesnoth/src/actions.cpp     Mon Mar 21 20:46:26 2005
@@ -1,4 +1,4 @@
-/* $Id: actions.cpp,v 1.198 2005/03/19 14:54:00 silene Exp $ */
+/* $Id: actions.cpp,v 1.199 2005/03/21 20:46:26 ydirson Exp $ */
 /*
    Copyright (C) 2003 by David White <address@hidden>
    Part of the Battle for Wesnoth Project http://wesnoth.whitevine.net
@@ -19,6 +19,8 @@
 #include "game_config.hpp"
 #include "game_events.hpp"
 #include "gettext.hpp"
+#include "halo.hpp"
+#include "hotkeys.hpp"
 #include "key.hpp"
 #include "log.hpp"
 #include "map.hpp"




reply via email to

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