dawn/notes/
dawn/src/
dawn/src/docs/
/**************************************************************************/
// o_lookup.h - 
/***************************************************************************
 * The Dawn of Time v1.69r (c)1997-2004 Michael Garratt                    *
 * >> A number of people have contributed to the Dawn codebase, with the   *
 *    majority of code written by Michael Garratt - www.dawnoftime.org     *
 * >> To use this source code, you must fully comply with the dawn license *
 *    in licenses.txt... In particular, you may not remove this copyright  *
 *    notice.                                                              *
 **************************************************************************/
#ifndef OLOOKUP_H
#define OLOOKUP_H

int mob_balance_lookup( int level, int field );
int weapon_balance_lookup( int level, int pos, int die );

#endif // OLOOKUP_H