My Project
lego.h
Go to the documentation of this file.
1 #pragma once
2 
3 ATOM MyRegisterClass(HINSTANCE hInstance);
4 BOOL InitInstance(HINSTANCE, int);
5 LRESULT CALLBACK WndProc(HWND, UINT, WPARAM, LPARAM);
6 INT_PTR CALLBACK About(HWND, UINT, WPARAM, LPARAM);
INT_PTR CALLBACK About(HWND, UINT, WPARAM, LPARAM)
BOOL InitInstance(HINSTANCE, int)
Definition: lego.cpp:91
LRESULT CALLBACK WndProc(HWND, UINT, WPARAM, LPARAM)
Definition: listener.cpp:29
ATOM MyRegisterClass(HINSTANCE hInstance)
Definition: lego.cpp:61