ultimatepp/reference/WinFb/WinFb.h
cxl 1bd36aa9cc .reference: Rainbow example (RM #158)
git-svn-id: svn://ultimatepp.org/upp/trunk@4176 f0d560ea-af0d-0410-9eb7-867de7ffcac7
2011-11-16 09:44:09 +00:00

13 lines
271 B
C

#ifndef _WinFb_WinFb_h
#define _WinFb_WinFb_h
#include <CtrlCore/CtrlCore.h>
NAMESPACE_UPP
LRESULT CALLBACK fbWindowProc(HWND hWnd, UINT message, WPARAM wParam, LPARAM lParam);
void fbUpdate(HDC hdc, const Rect& r);
END_UPP_NAMESPACE
#endif