|
xoreos
0.0.5
|
The context handling the gameplay in The Witcher. More...
#include <cassert>#include <algorithm>#include "src/common/error.h"#include "src/common/configman.h"#include "src/common/filepath.h"#include "src/common/filelist.h"#include "src/aurora/lua/scriptman.h"#include "src/events/events.h"#include "src/engines/witcher/game.h"#include "src/engines/witcher/witcher.h"#include "src/engines/witcher/console.h"#include "src/engines/witcher/campaign.h"#include "src/engines/witcher/module.h"#include "src/engines/witcher/area.h"#include "src/engines/witcher/nwscript/functions.h"#include "src/engines/witcher/lua/bindings.h"
Go to the source code of this file.
Namespaces | |
| Engines | |
| Engines::Witcher | |
The context handling the gameplay in The Witcher.
Definition in file game.cpp.
1.8.14