8 lines
82 B
C++
8 lines
82 B
C++
#pragma once
|
|
#include "widget.h"
|
|
|
|
class leaf_widget : public widget {
|
|
public:
|
|
|
|
};
|