|
mkRPG
|
Definition of some usefull classes to manage docks. More...
#include <QObject>#include <QTimer>#include <QStateMachine>Go to the source code of this file.
Data Structures | |
| class | Intertie |
| The Intertie class provide int that move smoothly from their value to an objective. More... | |
| class | BinaryStateMachine |
| The BinaryStateMachine class is a simple QStateMachine with two states. More... | |
Defines | |
| #define | Min(a, b) ((a)<(b) ? (a) : (b)) |
| #define | Max(a, b) ((a)>(b) ? (a) : (b)) |
| #define | MinMax(a, x, b) Min(Max(a,x),b) |
Definition of some usefull classes to manage docks.
1.7.6.1