Update DirectInput.h

Add newline
This commit is contained in:
Derek "Turtle" Roe 2021-03-27 00:36:16 -05:00
parent 10140900fa
commit c820c1cdf0
1 changed files with 1 additions and 1 deletions

View File

@ -97,4 +97,4 @@ private:
LPDIRECTINPUT8 m_pDIHandle; LPDIRECTINPUT8 m_pDIHandle;
HINSTANCE m_hinst; HINSTANCE m_hinst;
HWND m_hWnd; HWND m_hWnd;
}; };