njExitSystem Japanese
<-|INDEX|->
Performs system termination processing.

FORMAT

#include <Ninja.h>
void  njExitSystem( void )

PARAMETERS
None

RETURN VALUE

None

ERROR VALUE

None

FUNCTION

  • Performs system termination processing.
  • Always end by using this command.

EXAMPLE

njInitSystem( NJD_RESOLUTION_VGA, NJD_FRAMEBUFFER_MODE_RGB565, 1 );

while(1) {
  .....
  .....
  if( ..... ) break;
  njWaitVSync();
}
njExitSystem();

NOTES


RELATED TOPICS

njInitSystem()


njExitSystem
<-|INDEX|->

Copyright SEGA ENTERPRISES, LTD., 1997