mirror of
https://github.com/zeldaret/ss
synced 2026-08-09 02:46:51 -04:00
Matching and linking d_lyt_control_title
This commit is contained in:
@@ -0,0 +1,18 @@
|
||||
#ifndef D_LYT_CONTROL_TITLE_H
|
||||
#define D_LYT_CONTROL_TITLE_H
|
||||
|
||||
#include "d/d_base.h"
|
||||
|
||||
class dLytControlTitle_c : public dBase_c {
|
||||
public:
|
||||
dLytControlTitle_c();
|
||||
virtual ~dLytControlTitle_c();
|
||||
|
||||
virtual int create() override;
|
||||
virtual int doDelete() override;
|
||||
virtual int execute() override;
|
||||
virtual int draw() override;
|
||||
|
||||
private:
|
||||
};
|
||||
#endif
|
||||
Reference in New Issue
Block a user