summaryrefslogtreecommitdiffstats
path: root/trunk/source/chardump.h
blob: 2609d616159d0f8b55a638a1001eadd9580baf02 (plain) (blame)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
/*
 *  File:       chardump.cc
 *  Summary:    Dumps character info out to the morgue file.
 *  Written by: Linley Henzell
 *
 *  Change History (most recent first):
 *
 *               <1>     4/20/99        JDJ             Reformatted, uses string objects, split out
 *                                                                      7 functions from dump_char, dumps artifact info.
 */


#ifndef CHARDUMP_H
#define CHARDUMP_H


// last updated 12may2000 {dlb}
/* ***********************************************************************
 * called from: acr - ouch
 * *********************************************************************** */
bool dump_char( const char fname[30], bool show_prices );


#endif