Rythe-Interactive / Rythe-Engine

Rythe is a data-oriented C++17 game engine built to make optimal use of modern hardware.
https://rythe-interactive.com
MIT License
528 stars 25 forks source link

switched filemanip read_file() to std::ifstream #376

Closed LeonBrands closed 2 years ago

LeonBrands commented 2 years ago

Prevents access violations on read-only files

LeonBrands commented 2 years ago

the rest of filemanip.hpp should probably be updated to modern C++ too but I don't have the time to do so right now