Hey there, thank you for reminding me that this project exists. :) Pekka Kana 2 was one of my favorite games as a kid and I'm so happy to see it being ported to modern systems. Fantastic work so far!
I see you merged my old Win32 changes which were not that impressive, it was just to make the game compile so I could play it. This commit adds support for your recent changes and it can work as a base for future multi-platform changes.
Fixed a handful of MSVC compiler errors
Renamed "win32hacks.h" to "platform.h", which will have defs for
multi-plat compatibility
Added "winlite.h", which excludes unnecessary WinAPI stuff
Added "win32_clock.h" to port UNIX clock functions that were used in
code
Hey there, thank you for reminding me that this project exists. :) Pekka Kana 2 was one of my favorite games as a kid and I'm so happy to see it being ported to modern systems. Fantastic work so far!
I see you merged my old Win32 changes which were not that impressive, it was just to make the game compile so I could play it. This commit adds support for your recent changes and it can work as a base for future multi-platform changes.