From 96c96b771cdc26d059b1a81c72dad40ed8f17373 Mon Sep 17 00:00:00 2001 From: Patrick Parker Date: Sun, 22 Jul 2007 05:08:45 +0000 Subject: [PATCH] mark where each namespace ends (for clarity) --- src/game_events.cpp | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/src/game_events.cpp b/src/game_events.cpp index c7d735613f5..ffa8ff297a8 100644 --- a/src/game_events.cpp +++ b/src/game_events.cpp @@ -322,7 +322,7 @@ at the moment. */ const size_t MaxLoop = 65536; -} +} //end anonymous namespace static bool events_init() { return screen != NULL; } @@ -412,7 +412,7 @@ private: vconfig cfg_; }; -} +} //end anonymous namespace static gamemap::location cfg_to_loc(const vconfig cfg,int defaultx = 0, int defaulty = 0) { @@ -2197,7 +2197,7 @@ bool event_handler::handle_event(const queued_event& event_info, const vconfig c return mutated; } -} +} //end anonymous namespace static bool process_event(event_handler& handler, const queued_event& ev) {