|
OpenGothic
Open source reimplementation of Gothic I and II
|
#include "inifile.h"#include <Tempest/Log>#include <cstring>#include <sstream>#include <cctype>#include "utils/fileutil.h"Go to the source code of this file.
Functions | |
| static bool | compareNoCase (std::string_view a, std::string_view b) |
|
static |
Definition at line 12 of file inifile.cpp.