mirror of
https://github.com/ultimatepp/ultimatepp.git
synced 2026-08-09 14:22:30 -06:00
11 lines
192 B
C
11 lines
192 B
C
#include <CtrlCore/CtrlCore.h>
|
|
|
|
NAMESPACE_UPP
|
|
|
|
extern bool fbEndSession;
|
|
|
|
LRESULT CALLBACK fbWindowProc(HWND hWnd, UINT message, WPARAM wParam, LPARAM lParam);
|
|
|
|
END_UPP_NAMESPACE
|
|
|
|
|