xoreos  0.0.5
Namespaces | Macros
functions_object.cpp File Reference

The Witcher engine functions messing with objects. More...

#include "src/common/scopedptr.h"
#include "src/common/util.h"
#include "src/aurora/nwscript/functioncontext.h"
#include "src/engines/witcher/types.h"
#include "src/engines/witcher/game.h"
#include "src/engines/witcher/module.h"
#include "src/engines/witcher/objectcontainer.h"
#include "src/engines/witcher/object.h"
#include "src/engines/witcher/creature.h"
#include "src/engines/witcher/nwscript/functions.h"
Include dependency graph for functions_object.cpp:

Go to the source code of this file.

Namespaces

 Engines
 
 Engines::Witcher
 

Macros

#define SQR(x)   ((x) * (x))
 

Detailed Description

The Witcher engine functions messing with objects.

Definition in file functions_object.cpp.

Macro Definition Documentation

◆ SQR

#define SQR (   x)    ((x) * (x))