/* File: borg9.h */

/* Purpose: Header file for "borg9.c" -BEN- */

#ifndef INCLUDED_BORG9_H
#define INCLUDED_BORG9_H

#include "angband.h"

#ifdef ALLOW_BORG

/*
 * This file provides support for "borg9.c".
 */


/*
 * Initialize this file
 */
extern void borg_init_9(void);


#endif

#endif

