Raugharr / Herald

GNU General Public License v2.0
1 stars 0 forks source link

Refactor event system #44

Closed Raugharr closed 8 years ago

Raugharr commented 9 years ago

Right now we have an event system that is hand rolled. However SDL allows custom events to be created. Instead of having our own we will destroy the current hand rolled system and use the SDL system.