Palm-Studios / sh3redux

SILENT HILL 3 Engine Remake in OpenGL and C++
GNU General Public License v3.0
162 stars 16 forks source link

Added getter to 'fsize' in vfile.hpp #75

Closed Quaker762 closed 7 years ago

Quaker762 commented 7 years ago

Added a getter to vfile, as it was not possible to access the file size, therby making it impossible to read a file in full.

z33ky commented 7 years ago

This method can be const.

Quaker762 commented 7 years ago

Done, I completely forgot you could do this haha.