GM_exit

Tells the Game Framework to exit the main loop

Declaration

void MGLAPI GM_exit(void)

Prototype In

gm/gm.h

Description

This function simple lets the Game Framework know that the user wants to exit and to clean up and exit from the main loop. After a call to this function, the Game Framework will return from GM_mainLoop when it begins to process the next frame.

See Also

GM_mainLoop

Copyright © 2002 SciTech Software, Inc. Visit our web site at http://www.scitechsoft.com