|
xoreos
0.0.5
|
Dragon Age: Origins engine functions messing with objects. More...
#include <boost/make_shared.hpp>#include "src/common/scopedptr.h"#include "src/common/util.h"#include "src/aurora/nwscript/functioncontext.h"#include "src/engines/dragonage/types.h"#include "src/engines/dragonage/game.h"#include "src/engines/dragonage/campaigns.h"#include "src/engines/dragonage/campaign.h"#include "src/engines/dragonage/objectcontainer.h"#include "src/engines/dragonage/object.h"#include "src/engines/dragonage/script/functions.h"
Go to the source code of this file.
Namespaces | |
| Engines | |
| Engines::DragonAge | |
Macros | |
| #define | SQR(x) ((x) * (x)) |
Dragon Age: Origins engine functions messing with objects.
Definition in file functions_object.cpp.
| #define SQR | ( | x | ) | ((x) * (x)) |
Definition at line 257 of file functions_object.cpp.
Referenced by Engines::DragonAge::Functions::getDistanceBetween().
1.8.14