WraitheDX / realms_shattered

This is a CLI (command line interface) text RPG programmed in C++.
11 stars 6 forks source link

Implemented player saving and loading. #66

Closed WraitheDX closed 4 years ago

WraitheDX commented 4 years ago

Added routines to create folder and check if folder exists (currently Windows-only). Separated CommandTag to separate header file. Separated ConfigFile to separate header file.