KCompactDisc

workman.h
1#ifndef WORKMAN_H
2#define WORKMAN_H
3/*
4 * This file is part of WorkMan, the civilized CD player library
5 * Copyright (C) 1991-1997 by Steven Grimm <koreth@midwinter.com>
6 * Copyright (C) by Dirk Försterling <milliByte@DeathsDoor.com>
7 *
8 * This library is free software; you can redistribute it and/or
9 * modify it under the terms of the GNU Library General Public
10 * License as published by the Free Software Foundation; either
11 * version 2 of the License, or (at your option) any later version.
12 *
13 * This library is distributed in the hope that it will be useful,
14 * but WITHOUT ANY WARRANTY; without even the implied warranty of
15 * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the GNU
16 * Library General Public License for more details.
17 *
18 * You should have received a copy of the GNU Library General Public
19 * License along with this library; if not, write to the Free
20 * Foundation, Inc., 51 Franklin Street, Fifth Floor, Boston, MA 02110-1301 USA
21 *
22 * all-in-one libworkman include file.
23 *
24 */
25
26
27/*
28 * wm_config should always be included first
29 */
30#include "wm_config.h"
31#include "workman_defs.h"
32#include "wm_cdda.h"
33#include "wm_cddb.h"
34#include "wm_cdrom.h"
35#include "wm_helpers.h"
36#include "wm_platform.h"
37#include "wm_scsi.h"
38#include "wm_struct.h"
39#include "wm_cdtext.h"
40
41#endif /* WORKMAN_H */
42
This file is part of the KDE documentation.
Documentation copyright © 1996-2024 The KDE developers.
Generated on Tue Mar 26 2024 11:13:35 by doxygen 1.10.0 written by Dimitri van Heesch, © 1997-2006

KDE's Doxygen guidelines are available online.