mirror of
https://github.com/ultimatepp/ultimatepp.git
synced 2026-05-15 14:16:07 -06:00
13 lines
271 B
C
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
|