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 #51

Closed Josh194 closed 3 years ago

Josh194 commented 3 years ago

Replace any instances of C-style casts with C++ casts, using reinterpret_cast when possible, avoiding static_cast, and never using dynamic_cast unless there is no other good replacement.