File:
[RetroPC.NET] /
np2 /
x11 /
taskmng.h
Revision
1.2:
download - view:
text,
annotated -
select for diffs
Sat Dec 20 01:08:01 2003 JST (21 years, 10 months ago) by
monaka
Branches:
MAIN
CVS tags:
VER_0_82_x64,
VER_0_82,
VER_0_81A,
VER_0_81,
VER_0_80,
VER_0_79,
VER_0_78,
VER_0_77,
VER_0_76,
VER_0_75,
VER_0_74,
VER_0_73,
HEAD
Qt 2.x and SDL.
#ifndef NP2_X11_TASKMNG_H__
#define NP2_X11_TASKMNG_H__
#include "compiler.h"
#include "np2.h"
#ifdef __cplusplus
extern "C" {
#endif
void taskmng_initialize(void);
BOOL taskmng_sleep(UINT32 tick);
void taskmng_exit(void);
#define taskmng_isavail() np2running
#ifdef __cplusplus
}
#endif
#endif /* NP2_X11_TASKMNG_H__ */
RetroPC.NET-CVS <cvs@retropc.net>