Doxybook2 Example
 
Loading...
Searching...
No Matches
Path.hpp
Go to the documentation of this file.
1#pragma once
2#include <string>
3
4namespace 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}
Filesystem path utility functions.
Definition Path.hpp:10
std::string getFilename(const std::string &path)
std::string getExtension(const std::string &path)
Definition ArrayView.hpp:4
This namespace contains all of the necessary engine components.
Definition Asset.hpp:5