/***************************************************************************
 *
 * resmana.h
 *
 ***************************************************************************
 *
 * asynchronous resource loader for commentary spooling
 *
 ***************************************************************************/

#ifndef RESMANA_H_INCLUDED
#define RESMANA_H_INCLUDED

/*
 * includes
 */

/*
 * defines
 */

/*
 * typedefs
 */

/*
 * structures
 */

/*
 * globals
 */

/*
 * function prototypes
 */

extern int ResOpenIDAsync(struct openSet *p,int id,int v,void (*callback)(unsigned char *,int,int));
extern int ResAsyncStatus(void);


#endif
