Space Fighter
A "shmup" game for Computer Programming C++
Loading...
Searching...
No Matches
KatanaEngine::IAttachable Class Referenceabstract

Interface for an object that can have items attached to it. More...

#include <IAttachable.h>

Inheritance diagram for KatanaEngine::IAttachable:

Public Member Functions

virtual IAttachmentGetAttachment (const std::string &key)=0
 
virtual IAttachmentGetAttachment (const int index)=0
 

Detailed Description

Interface for an object that can have items attached to it.

Definition at line 26 of file IAttachable.h.

Member Function Documentation

◆ GetAttachment() [1/2]

virtual IAttachment * KatanaEngine::IAttachable::GetAttachment ( const int index)
pure virtual

Implemented in Ship.

◆ GetAttachment() [2/2]

virtual IAttachment * KatanaEngine::IAttachable::GetAttachment ( const std::string & key)
pure virtual

Implemented in Ship.


The documentation for this class was generated from the following file: