OpenGothic
Open source reimplementation of Gothic I and II
Loading...
Searching...
No Matches
commandline.cpp File Reference
#include "commandline.h"
#include <Tempest/Log>
#include <Tempest/TextCodec>
#include <cstring>
#include <cassert>
#include <algorithm>
#include "utils/installdetect.h"
#include "utils/fileutil.h"
#include "utils/string_frm.h"

Go to the source code of this file.

Functions

static const char16_t * toString (ScriptLang lang)
 
static bool boolArg (std::string_view v)
 

Variables

static CommandLineinstance = nullptr
 

Function Documentation

◆ boolArg()

static bool boolArg ( std::string_view  v)
static

Definition at line 39 of file commandline.cpp.

◆ toString()

static const char16_t * toString ( ScriptLang  lang)
static

Definition at line 23 of file commandline.cpp.

Variable Documentation

◆ instance

CommandLine* instance = nullptr
static

Definition at line 21 of file commandline.cpp.