Added initial JSON configuration support
This commit is contained in:
@@ -14,7 +14,7 @@ private:
|
||||
|
||||
public:
|
||||
Widget(int width, int height);
|
||||
~Widget();
|
||||
virtual ~Widget();
|
||||
|
||||
// Method which updates the internal surface with the latest image
|
||||
virtual void draw() = 0;
|
||||
|
||||
Reference in New Issue
Block a user