|
Pyrogenesis
13997
|
#include "precompiled.h"#include "simulation2/system/Component.h"#include "ICmpObstruction.h"#include "ps/CLogger.h"#include "simulation2/MessageTypes.h"#include "simulation2/components/ICmpObstructionManager.h"#include "simulation2/components/ICmpPosition.h"#include "simulation2/serialization/SerializeTemplates.h"Go to the source code of this file.
Classes | |
| class | CCmpObstruction |
| Obstruction implementation. More... | |
| struct | CCmpObstruction::Shape |
| struct | CCmpObstruction::SerializeTag |
Macros | |
| #define | MAX(x, y) x>y ? x : y |
| #define | MIN(x, y) x>y ? y : x |
| #define MAX | ( | x, | |
| y | |||
| ) | x>y ? x : y |
Definition at line 29 of file CCmpObstruction.cpp.
| #define MIN | ( | x, | |
| y | |||
| ) | x>y ? y : x |
Definition at line 30 of file CCmpObstruction.cpp.
1.8.5