tutorial 04
This commit is contained in:
@@ -16,10 +16,10 @@ namespace Tyra {
|
||||
|
||||
class Loader {
|
||||
protected:
|
||||
std::string getFilenameFromPath(const std::string& path);
|
||||
std::string getPathFromFilename(const std::string& path);
|
||||
std::string getFilenameWithoutExtension(const std::string& filename);
|
||||
std::string getExtensionOfFilename(const std::string& filename);
|
||||
static std::string getFilenameFromPath(const std::string& path);
|
||||
static std::string getPathFromFilename(const std::string& path);
|
||||
static std::string getFilenameWithoutExtension(const std::string& filename);
|
||||
static std::string getExtensionOfFilename(const std::string& filename);
|
||||
};
|
||||
|
||||
} // namespace Tyra
|
||||
|
||||
Reference in New Issue
Block a user