mineType.hpp
Go to the documentation of this file.
1 
6 #pragma once
7 #include <etk/types.hpp>
8 
9 namespace zeus {
15  std::string getMineType(const std::string& _extention);
21  std::string getExtention(const std::string& _mineType);
22 };
23 
Main zeus library namespace.
Definition: AbstractFunction.hpp:15
std::string getMineType(const std::string &_extention)
get the mine type with the file extention
std::string getExtention(const std::string &_mineType)
Retrive the extention of a file with his mine type.