Closed RCramiro closed 10 years ago
Add a constructor to the Level class that takes a string or char* argument. This function should dynamically create an instance of Level based off the contents of a given *.lvl file.
Level
string
char*
Add a constructor to the
Level
class that takes astring
orchar*
argument. This function should dynamically create an instance ofLevel
based off the contents of a given *.lvl file.