tutorial 04

This commit is contained in:
h4570
2022-08-22 23:23:51 +02:00
parent 4fa65fc535
commit d469e78747
26 changed files with 400 additions and 96 deletions
+4 -4
View File
@@ -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