physfs-cpp
physfs-cpp copied to clipboard
Use c-tor and d-tor for init and deinit
I'm aware that PhysicsFS runs sort of "globally" and can be implemented with just static functions, but wouldn't it make sense to bind the init and deinit to the constructor/destructor?
At least that way one wouldn't have to care about calling both functions and just creates an instance.