Wang Tiling
A Simple Wang Tiling Generator
|
The window procedure WndProc(), and wWinMain(). More...
Go to the source code of this file.
Functions | |
LRESULT CALLBACK | WndProc (HWND hWnd, UINT message, WPARAM wParam, LPARAM lParam) |
Window procedure. More... | |
int WINAPI | wWinMain (HINSTANCE hInst, HINSTANCE hPrev, LPWSTR lpStr, int nShow) |
Winmain. More... | |
Variables | |
static CMain * | g_pMain = nullptr |
Pointer to the main class. More... | |
LRESULT CALLBACK WndProc | ( | HWND | hWnd, |
UINT | message, | ||
WPARAM | wParam, | ||
LPARAM | lParam | ||
) |
int WINAPI wWinMain | ( | HINSTANCE | hInst, |
HINSTANCE | hPrev, | ||
LPWSTR | lpStr, | ||
int | nShow | ||
) |