ultimatepp/rainbow/WinFb/WinFb.h
kohait 17304c6402 rainbow: 'quit' porting and some minor cleanup
git-svn-id: svn://ultimatepp.org/upp/trunk@3674 f0d560ea-af0d-0410-9eb7-867de7ffcac7
2011-07-19 08:35:13 +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