mark where each namespace ends (for clarity)
This commit is contained in:
parent
50b731dcb3
commit
96c96b771c
1 changed files with 3 additions and 3 deletions
|
@ -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)
|
||||
{
|
||||
|
|
Loading…
Add table
Reference in a new issue