CCTypes: outsource type variables and methods into own inheritable class

This commit is contained in:
2018-04-05 20:55:46 +02:00
parent 86e9f742e6
commit a25fd62be8
6 changed files with 85 additions and 40 deletions

View File

@@ -38,7 +38,7 @@ Basic paint attributes and member functions for component classes
*/
class CComponentsTimer;
class CCDraw : public COSDFader, public CComponentsSignals
class CCDraw : public COSDFader, public CComponentsSignals, public CCTypes
{
protected:
///pixel buffer handling, returns pixel buffer depends of given parameters