|
xoreos
0.0.5
|
The context handling the gameplay in Neverwinter Nights 2. 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/events/events.h"#include "src/engines/nwn2/game.h"#include "src/engines/nwn2/nwn2.h"#include "src/engines/nwn2/console.h"#include "src/engines/nwn2/campaign.h"#include "src/engines/nwn2/module.h"#include "src/engines/nwn2/area.h"#include "src/engines/nwn2/script/functions.h"
Go to the source code of this file.
Namespaces | |
| Engines | |
| Engines::NWN2 | |
The context handling the gameplay in Neverwinter Nights 2.
Definition in file game.cpp.
1.8.14