Josh194 / FMCB

A platform that allows the linking of multiple applications/games together in various ways.
GNU General Public License v3.0
2 stars 1 forks source link

Replace C-style casts #50

Closed Josh194 closed 3 years ago

Josh194 commented 3 years ago

With the help of -Wold-style-cast, replaces all instances of C-style casts with C++ casts. For the vast majority of cases, replacement is reinterpret_cast for efficiency.