Stop using the do-nothing Path class.

Instead use the newly imported PhysicsFS through a wrapper.
This commit is contained in:
King_DuckZ 2014-02-13 00:01:29 +01:00
parent 993311d151
commit 93634da6fa
13 changed files with 214 additions and 87 deletions

View file

@ -13,6 +13,7 @@ namespace cloonel {
class Character : public Placeable {
public:
Character ( const std::string& parPath, SDLMain* parMain );
Character ( const std::string&& parPath, SDLMain* parMain );
~Character ( void ) noexcept;
void Prepare ( void );