DisplayInterface
-
class DisplayInterface
- #include <DisplayInterface.h>
An abstract base class for display interfaces.
This class defines the interface for display operations. It provides pure virtual functions that must be implemented by any derived class.
Subclassed by CharacterDisplayInterface
Public Functions