diff options
Diffstat (limited to 'backends/graphics/graphics.h')
-rw-r--r-- | backends/graphics/graphics.h | 4 |
1 files changed, 4 insertions, 0 deletions
diff --git a/backends/graphics/graphics.h b/backends/graphics/graphics.h index 6037bb10e3..fd50631054 100644 --- a/backends/graphics/graphics.h +++ b/backends/graphics/graphics.h @@ -29,6 +29,10 @@ #include "common/system.h" #include "common/noncopyable.h" +/** + * Abstract class for graphics manager. Subclasses + * implement the real functionality. + */ class GraphicsManager : Common::NonCopyable { public: virtual ~GraphicsManager() {} |