AnimatLab  2
Test
HudItem.cpp
Go to the documentation of this file.
1 
7 #include "StdAfx.h"
8 #include "IMovableItemCallback.h"
9 #include "ISimGUICallback.h"
10 #include "AnimatBase.h"
11 #include "HudItem.h"
12 
13 namespace AnimatSim
14 {
15 
23 {
24 }
25 
33 {
34 }
35 
36 void HudItem::Load(CStdXml &oXml)
37 {
38  AnimatBase::Load(oXml);
39 }
40 
41 } //AnimatSim
Base class file for all Animat simulation objects.
Root namespace for the base simulation library for AnimatLab.
virtual ~HudItem()
Destructor.
Definition: HudItem.cpp:32
HudItem()
Default constructor.
Definition: HudItem.cpp:22
virtual void Load(StdUtils::CStdXml &oXml)
Loads the item using an XML data packet.
Definition: AnimatBase.cpp:771