|
OpenGothic
Open source reimplementation of Gothic I and II
|
#include <string>#include <cstring>#include <cctype>Go to the source code of this file.
Namespaces | |
| namespace | FileExt |
Functions | |
| bool | FileExt::hasExt (std::string_view s, const char *extIn) |
| bool | FileExt::hasExt (const char *s, const char *extIn) |
| bool | FileExt::exchangeExt (std::string &s, const char *extIn, const char *extOut) |
| void | FileExt::assignExt (std::string &s, const char *extOut) |
| std::string | FileExt::addExt (const std::string &s, const char *ext) |