adding event stuff to renderer to notify of new explosions

This commit is contained in:
Andreas Ortmann 2016-10-03 00:23:21 +02:00
parent f49d07fdc5
commit 544282dd84
6 changed files with 85 additions and 12 deletions

View file

@ -16,6 +16,6 @@ namespace game {
}
public:
Explosion *explosion;
const Explosion *explosion;
};
}