Interrupt / systemshock

Shockolate - A minimalist and cross platform System Shock source port.
GNU General Public License v3.0
801 stars 62 forks source link

Making main executable as C++ program #370

Open winterheart opened 4 years ago

winterheart commented 4 years ago

This PR makes SystemShock as "C++" (not a real C++ though) project. Here no much changes regarding code logic, only move into C++11 realms.

This is fundamental change that required for some future additional like proper and clean Options and Hotkey handling, externalizing of localization and some neat features that can give modern C++ standards.