// Threads.h

#ifndef _THREADS_H_
#define _THREADS_H_


#define THREAD_IDLE		0
#define THREAD_MAIN		10
#define THREAD_AUDIO	20
#define THREAD_VBL		30
#define THREAD_ERROR	40
#define THREAD_PRENMI	50


#endif
