ultimatepp/rainbow/Framebuffer/After.h
cxl c4066a4e4b .developing rainbow: Framebuffer GUI backend
git-svn-id: svn://ultimatepp.org/upp/trunk@3544 f0d560ea-af0d-0410-9eb7-867de7ffcac7
2011-06-17 19:55:53 +00:00

9 lines
135 B
C++

class ViewDraw : public SystemDraw {
public:
ViewDraw(Ctrl *ctrl);
~ViewDraw();
};
class DHCtrl : Ctrl {};
void InitFB();