/*
 ##########################################################################
 ####                                                                  ####
 ####                        The MusicBox Project                      ####
 ####                    ============================                  ####
 ####                                                                  ####
 #### Archive.h                                                        ####
 ####                                                                  ####
 #### Version 2.1os  --  September 29, 2000                            ####
 ####                                                                  ####
 #### Copyright (C) 1994  Thomas Dreibholz                             ####
 ####               2000  Molbachweg 7                                 ####
 ####                     51674 Wiehl                                  ####
 ####                     Germany                                      ####
 ####                                                                  ####
 ####                     EMail: Dreibholz@bigfoot.com                 ####
 ####                     WWW:   http://www.bigfoot.com/~dreibholz     ####
 ####                                                                  ####
 ##########################################################################
*/
/***************************************************************************
 *                                                                         *
 *   This program is free software; you can redistribute it and/or modify  *
 *   it under the terms of the GNU General Public License as published by  *
 *   the Free Software Foundation; either version 2 of the License, or     *
 *   (at your option) any later version.                                   *
 *                                                                         *
 ***************************************************************************/

/* Archive Definitionen */

struct CNode
{
 struct Node     Node;
 struct Katalog *Katalog;
 UWORD           Update;
};

struct TNode
{
 struct Node Node;
 UBYTE       Titel[60];
};

#define FARBE 2
#define VERSTR  "$VER: MusicBoxArchive 2.1os (Sep 29 2000) - Copyright (C) 1994-2000 by Thomas Dreibholz"
#define TITEL   "Music Box Archive - Version 2.1os"
#define VERSION 210
#define COPYRIGHT1 "Music Box Archive - Version 2.1os"
#define COPYRIGHT2 "Copyright (C) 1994-2000 by"
#define COPYRIGHT3 "Thomas Dreibholz"
#define COPYRIGHT4 "All Rights Reserved."
