/*
 * $Id: bgthread.h,v 1.1 2003/02/07 18:15:44 wheeler Exp $
 *
 * $Log: bgthread.h,v $
 * Revision 1.1  2003/02/07 18:15:44  wheeler
 * Fox's version of libultra and friends.
 *
 * Revision 1.5  1996/10/20  09:08:18  hayakawa
 * _LANGUAGE_C_PLUS_PLUS ¤ò __cplusplus ¤ËÊÑ¹¹
 *
 */

#ifndef __BGTHREAD_H_
#define __BGTHREAD_H_

#ifdef __cplusplus
extern "C" {
#endif

void CreateBgManager( void );
void bgkick( void );
void bgwait( void );

#ifdef __cplusplus
} /* extern "C" */
#endif

#endif
