|
OpenMW
|
#include <limits>Go to the source code of this file.
Classes | |
| class | MWMechanics::Stat< T > |
| class | MWMechanics::DynamicStat< T > |
Namespaces | |
| namespace | MWMechanics |
Game mechanics and NPC-AI. | |
Functions | |
| template<typename T > | |
| bool | MWMechanics::operator== (const Stat< T > &left, const Stat< T > &right) |
| template<typename T > | |
| bool | MWMechanics::operator!= (const Stat< T > &left, const Stat< T > &right) |
| template<typename T > | |
| bool | MWMechanics::operator== (const DynamicStat< T > &left, const DynamicStat< T > &right) |
| template<typename T > | |
| bool | MWMechanics::operator!= (const DynamicStat< T > &left, const DynamicStat< T > &right) |
1.7.6.1