add GraphicsWindow::GetHwnd

This commit is contained in:
Glenn Maynard
2005-02-07 09:09:29 +00:00
parent acceffb39a
commit 28241e30aa
2 changed files with 8 additions and 1 deletions
@@ -413,6 +413,11 @@ void GraphicsWindow::Update()
}
}
HWND GraphicsWindow::GetHwnd()
{
return g_hWndMain;
}
/*
* (c) 2004 Glenn Maynard
* All rights reserved.