Fix include guard position. Move contents of Grid.*pp to Gameplay.*pp to avoid a circular dependency.

This commit is contained in:
Tim Schubert 2016-01-24 13:56:38 +01:00
parent ac0d35e053
commit 100065e158
11 changed files with 536 additions and 528 deletions

View file

@ -21,9 +21,4 @@ Uint32 Timer::reset_timer()
Uint32 EventContext::register_events(Uint32 num_events)
{
return SDL_RegisterEvents(num_events);
}
Uint32 EventContext::get_event(Bob_Event event)
{
return this->base_event + event;
}