WraitheDX / realms_shattered

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

Added UserInput class. #15

Closed WraitheDX closed 4 years ago

WraitheDX commented 4 years ago

UserInterface functions were taking system classes by value, creating copies. Fixed to take references.