File:  [RetroPC.NET] / np2 / x11 / taskmng.c
Revision 1.1: download - view: text, annotated - select for diffs
Mon Nov 17 01:43:45 2003 JST (21 years, 11 months ago) by monaka
Branches: MAIN
CVS tags: VER_0_72, HEAD
Neko Project II for X11 (only support GTK+ GUI Toolkit)

#include	"compiler.h"
#include	"np2.h"
#include	"taskmng.h"


void taskmng_exit(void) {

	np2running = 0;
}


RetroPC.NET-CVS <cvs@retropc.net>