keymapping
This commit is contained in:
8
src/pltf/win32/win_proc.h
Normal file
8
src/pltf/win32/win_proc.h
Normal file
@@ -0,0 +1,8 @@
|
||||
#ifndef WIN_PROC_H_
|
||||
#define WIN_PROC_H_
|
||||
|
||||
#include <windef.h>
|
||||
|
||||
LRESULT CALLBACK WindowProc(HWND hwnd, UINT uMsg, WPARAM wParam, LPARAM lParam);
|
||||
|
||||
#endif // WIN_PROC_H_
|
||||
Reference in New Issue
Block a user