Commit Graph

5 Commits

Author SHA1 Message Date
McMassiveNZ
5e0da33031 Update win32_window.cpp
Fixed Compiler errors on windows
2023-05-04 20:48:02 +02:00
McMassiveNZ
d4dc5fb2f1 Update ReadMe and add ShouldClose() function
- Removed all references to blank-slate
+ added a ShouldClose() function which gets polled to see if the window should close
2023-05-04 20:39:25 +02:00
McMassiveNZ
101f1405cc Add NullWindow Implementation 2023-05-03 22:30:09 +02:00
McMassiveNZ
908c5440d3 Abstracted Window
+ Pure Virtual Window class
+ Win32 Impl
* TODO: do something about the while(window->PumpMessages())
2023-05-03 22:16:33 +02:00
William McVicar
01457e7e5b Initial commit 2023-04-28 09:00:18 +02:00