![]() |
Space Fighter
A "shmup" game for Computer Programming C++
|
Interface for an object that can have items attached to it. More...
#include <IAttachable.h>

Public Member Functions | |
| virtual IAttachment * | GetAttachment (const std::string &key)=0 |
| virtual IAttachment * | GetAttachment (const int index)=0 |
Interface for an object that can have items attached to it.
Definition at line 26 of file IAttachable.h.
|
pure virtual |
Implemented in Ship.
|
pure virtual |
Implemented in Ship.