Doxybook2 Example
Path.hpp
Go to the documentation of this file.
1 #pragma once
2 #include <string>
3 
4 namespace Engine {
5  namespace Utils {
10  namespace Path {
11  std::string getFilename(const std::string& path);
12  std::string getExtension(const std::string& path);
13  }
14  }
15 }
Engine::Utils::Path::getFilename
std::string getFilename(const std::string &path)
Engine::Utils::Path::getExtension
std::string getExtension(const std::string &path)
Engine
This namespace contains all of the necessary engine components.
Definition: Asset.hpp:5