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

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

[Wesnoth-cvs-commits] wesnoth/src/editor scenario_editor.hpp


From: David White
Subject: [Wesnoth-cvs-commits] wesnoth/src/editor scenario_editor.hpp
Date: Thu, 10 Mar 2005 21:33:37 -0500

CVSROOT:        /cvsroot/wesnoth
Module name:    wesnoth
Branch:         
Changes by:     David White <address@hidden>    05/03/11 02:33:37

Modified files:
        src/editor     : scenario_editor.hpp 

Log message:
        fixed bug: attempt to delete incomplete type display

CVSWeb URLs:
http://savannah.gnu.org/cgi-bin/viewcvs/wesnoth/wesnoth/src/editor/scenario_editor.hpp.diff?tr1=1.3&tr2=1.4&r1=text&r2=text

Patches:
Index: wesnoth/src/editor/scenario_editor.hpp
diff -u wesnoth/src/editor/scenario_editor.hpp:1.3 
wesnoth/src/editor/scenario_editor.hpp:1.4
--- wesnoth/src/editor/scenario_editor.hpp:1.3  Tue Jul 20 11:56:58 2004
+++ wesnoth/src/editor/scenario_editor.hpp      Fri Mar 11 02:33:37 2005
@@ -1,8 +1,10 @@
 #ifndef SCENARIO_EDITOR_HPP_INCLUDED
 #define SCENARIO_EDITOR_HPP_INCLUDED
 
-#include "../config.hpp"
-#include "../events.hpp"
+#include "../config.hpp"
+#include "../display.hpp"
+#include "../events.hpp"
+#include "../gamestatus.hpp"
 #include "../hotkeys.hpp"
 #include "../scoped_resource.hpp"
 #include "../team.hpp"




reply via email to

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