mirror of
https://github.com/simtactics/niotso.git
synced 2025-07-04 05:37:02 -04:00
Realized I had forgotten to initialize the UserInput struct to 0.
This commit is contained in:
parent
551f3c834f
commit
705da4ba5c
8 changed files with 17 additions and 18 deletions
|
@ -21,6 +21,7 @@
|
|||
//Graphics/Startup.cpp
|
||||
namespace Graphics {
|
||||
int Initialize();
|
||||
void Shutdown();
|
||||
extern HDC hDC;
|
||||
extern HGLRC hRC;
|
||||
|
||||
|
|
|
@ -23,8 +23,6 @@ HANDLE Thread;
|
|||
HDC hDC;
|
||||
HGLRC hRC;
|
||||
|
||||
void Shutdown();
|
||||
|
||||
int Initialize(){
|
||||
hDC = GetDC(Window::hWnd);
|
||||
if(hDC == NULL){
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue