File indexing completed on 2024-04-21 04:54:21

0001 #ifndef WORKMAN_H
0002 #define WORKMAN_H
0003 /*
0004  * This file is part of WorkMan, the civilized CD player library
0005  * Copyright (C) 1991-1997 by Steven Grimm <koreth@midwinter.com>
0006  * Copyright (C) by Dirk Försterling <milliByte@DeathsDoor.com>
0007  *
0008  * This library is free software; you can redistribute it and/or
0009  * modify it under the terms of the GNU Library General Public
0010  * License as published by the Free Software Foundation; either
0011  * version 2 of the License, or (at your option) any later version.
0012  *
0013  * This library is distributed in the hope that it will be useful,
0014  * but WITHOUT ANY WARRANTY; without even the implied warranty of
0015  * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.  See the GNU
0016  * Library General Public License for more details.
0017  *
0018  * You should have received a copy of the GNU Library General Public
0019  * License along with this library; if not, write to the Free
0020  * Foundation, Inc., 51 Franklin Street, Fifth Floor, Boston, MA  02110-1301  USA
0021  *
0022  * all-in-one libworkman include file.
0023  *
0024  */
0025 
0026 
0027 /*
0028  * wm_config should always be included first
0029  */
0030 #include "wm_config.h"
0031 #include "workman_defs.h"
0032 #include "wm_cdda.h"
0033 #include "wm_cddb.h"
0034 #include "wm_cdrom.h"
0035 #include "wm_helpers.h"
0036 #include "wm_platform.h"
0037 #include "wm_scsi.h"
0038 #include "wm_struct.h"
0039 #include "wm_cdtext.h"
0040 
0041 #endif /* WORKMAN_H */
0042