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