mirror of
https://github.com/ultimatepp/ultimatepp.git
synced 2026-08-05 14:17:14 -06:00
9 lines
135 B
C++
9 lines
135 B
C++
class ViewDraw : public SystemDraw {
|
|
public:
|
|
ViewDraw(Ctrl *ctrl);
|
|
~ViewDraw();
|
|
};
|
|
|
|
class DHCtrl : Ctrl {};
|
|
|
|
void InitFB();
|