On Sun, 6 Mar 2005 17:06:23 +0100, Yann Dirson <[EMAIL PROTECTED]> wrote: > While studying my wesnoth dependency graph[1], I found strange that > config has a dependency on game_events. It looks like the only real > need is a single call to game_events::get_variable_const(), so I had a > close look at game_envents in the hope of separating variables in > their own file.
Although your graph does not show it, serialization/string_utils has the exact same dependency on game_events. Please keep it in mind when trying to fix one, the other one also needs to be fixed (and the same fix will work for both).
