Role Playing Database  3.1.1
Preface.h
1 // -!- c++ -!- //////////////////////////////////////////////////////////////
2 // ------------------------------------------------------------------
3 // Preface.tex - Preface
4 // Created by Robert Heller on Wed Dec 30 11:23:20 1998
5 // ------------------------------------------------------------------
6 // Modification History:
7 // $Log: Preface.tex,v $
8 // Revision 1.4 2000/10/09 22:29:32 heller
9 // Fleshing out the text...
10 //
11 // Revision 1.3 2000/10/03 16:25:34 heller
12 // Update Preface for commercial version.
13 //
14 // Revision 1.2 1999/07/14 22:17:34 heller
15 // Eddy's Edits.
16 //
17 // Revision 1.1 1999/01/02 02:10:10 heller
18 // Initial revision
19 //
20 // ------------------------------------------------------------------
21 // Contents:
22 // ------------------------------------------------------------------
23 //
24 // Role Playing DB -- A database package that creates and maintains
25 // a database of RPG characters, monsters, treasures,
26 // spells, and playing environments.
27 //
28 // Copyright (C) 1995,1998,1999 Robert Heller D/B/A Deepwoods Software
29 // 51 Locke Hill Road
30 // Wendell, MA 01379-9728
31 //
32 // This program is free software; you can redistribute it and/or modify
33 // it under the terms of the GNU General Public License as published by
34 // the Free Software Foundation; either version 2 of the License, or
35 // (at your option) any later version.
36 //
37 // This program is distributed in the hope that it will be useful,
38 // but WITHOUT ANY WARRANTY; without even the implied warranty of
39 // MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
40 // GNU General Public License for more details.
41 //
42 // You should have received a copy of the GNU General Public License
43 // along with this program; if not, write to the Free Software
44 // Foundation, Inc., 675 Mass Ave, Cambridge, MA 02139, USA.
45 //
46 //
47 //
48 
49 #ifndef __PREFACE_H
50 #define __PREFACE_H
51 
162 #endif /* __PREFACE_H */