added InMainWindow

This commit is contained in:
nehalmistry 2002-04-13 07:12:30 +00:00
parent 3fe3431586
commit 39fb475338

View file

@ -351,6 +351,9 @@ extern unsigned AllocatedGraphicMemory; /// Allocated memory for objects
extern unsigned CompressedGraphicMemory;/// memory for compressed objects
#endif
// 1 if mouse cursor is inside main window, else 0
extern int InMainWindow;
/**
** Wanted videomode, fullscreen or windowed.
*/