|
xoreos
0.0.5
|
Neverwinter Nights installation version detection. More...
#include <algorithm>#include "src/common/scopedptr.h"#include "src/common/ustring.h"#include "src/common/readfile.h"#include "src/common/filelist.h"#include "src/common/filepath.h"#include "src/aurora/util.h"#include "src/engines/nwn/version.h"
Go to the source code of this file.
Namespaces | |
| Engines | |
| Engines::NWN | |
Macros | |
| #define | MAKE_NWN_VERSION(MAJOR, MINOR, BUILD) |
Variables | |
| static const byte | kVersionWin [23] |
| static const byte | kBuildWin [25] |
| static const byte | kVersionUnix [20] |
Neverwinter Nights installation version detection.
Definition in file version.cpp.
| #define MAKE_NWN_VERSION | ( | MAJOR, | |
| MINOR, | |||
| BUILD | |||
| ) |
Definition at line 38 of file version.cpp.
Referenced by Engines::NWN::Version::detect(), and Engines::NWN::Version::getOptimumVersion().
|
static |
Definition at line 46 of file version.cpp.
Referenced by Engines::KotOR::Version::detectWindows(), and Engines::NWN::Version::detectWindows().
|
static |
Definition at line 50 of file version.cpp.
Referenced by Engines::NWN::Version::detectLinux(), and Engines::NWN::Version::detectMacOSX().
|
static |
Definition at line 42 of file version.cpp.
Referenced by Engines::KotOR::Version::detectWindows(), and Engines::NWN::Version::detectWindows().
1.8.14