9 #ifndef attachedPart_H_
10 #define attachedPart_H_
57 virtual bool detached()
const;
61 virtual void setDetached(
bool det);
65 virtual unsigned int attachedTo()
const;
69 virtual void setAttachedTo(
unsigned int where);
const bool operator==(const DtU128 &lhs, const DtU128 &rhs)
Contains the DtEntityType and DtRadioEntityType class declarations.
DtEntityType myEntityType
Definition: attachedPart.h:73
bool myDetached
Definition: attachedPart.h:74
A representation of a single attached part, which contains an entity type.
Definition: attachedPart.h:22
unsigned short myAttachedTo
Definition: attachedPart.h:75
#define DT_DLL_VLPROTIND
Definition: vlMachineTypes.h:110
const bool operator!=(const DtU128 &lhs, const DtU128 &rhs)
This file contains typedefs for machine dependant types.
DtEntityType is used to represent the type an entity object.
Definition: entityType.h:26