Palm-Studios / sh3redux

SILENT HILL 3 Engine Remake in OpenGL and C++
GNU General Public License v3.0
158 stars 15 forks source link

Updated Engine class #148

Closed Quaker762 closed 5 years ago

Quaker762 commented 5 years ago

Engine class now properly operns a window handle. The main game loop also now pumps the SDL2 even queue, of which the result is then passed into InputHandler() in the currently running game state.