Go to the source code of this file.
Classes |
|
| class | IHeightManager |
| This interface gives access to the
HeightManager. More... |
|
Defines |
|
| #define | IHEIGHTMAN_INTERFACE Interface_ID(0x78632529, 0xc179d875) |
| HeightManager interface ID. |
|
Functions |
|
| IHeightManager * | GetHeightManagerInterface () |
| Convenience method to retrieve the
HeightManager interface. |
|
| #define IHEIGHTMAN_INTERFACE Interface_ID(0x78632529, 0xc179d875) |
HeightManager interface ID.
Definition at line 47 of file IHeightManager.h.
| IHeightManager* GetHeightManagerInterface | ( | ) | [inline] |
Convenience method to retrieve the HeightManager interface.
Definition at line 50 of file IHeightManager.h.
{ return (IHeightManager*)GetCOREInterface(IHEIGHTMAN_INTERFACE); }