LMMS
Loading...
Searching...
No Matches
adplug.h
Go to the documentation of this file.
1/*
2 * AdPlug - Replayer for many OPL2/OPL3 audio file formats.
3 * Copyright (C) 1999 - 2003 Simon Peter, <dn.tlp@gmx.net>, et al.
4 *
5 * This library is free software; you can redistribute it and/or
6 * modify it under the terms of the GNU Lesser General Public
7 * License as published by the Free Software Foundation; either
8 * version 2.1 of the License, or (at your option) any later version.
9 *
10 * This library is distributed in the hope that it will be useful,
11 * but WITHOUT ANY WARRANTY; without even the implied warranty of
12 * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the GNU
13 * Lesser General Public License for more details.
14 *
15 * You should have received a copy of the GNU Lesser General Public
16 * License along with this library; if not, write to the Free Software
17 * Foundation, Inc., 51 Franklin Street, Fifth Floor, Boston, MA 02110-1301 USA
18 *
19 * adplug.h - AdPlug main header file, by Simon Peter <dn.tlp@gmx.net>
20 */
21
22#ifndef H_ADPLUG_ADPLUG
23#define H_ADPLUG_ADPLUG
24
25#include <string>
26
27#include "player.h"
28#include "opl.h"
29#include "fprovide.h"
30#include "players.h"
31#include "database.h"
32
34{
35 friend CPlayer::CPlayer(Copl *newopl);
36
37public:
38 static const CPlayers players;
39
40 static CPlayer *factory(const std::string &fn, Copl *opl,
41 const CPlayers &pl = players,
43
44 static void set_database(CAdPlugDatabase *db);
45 static std::string get_version();
46 static void debug_output(const std::string &filename);
47
48private:
50 static const CPlayerDesc allplayers[];
51
52 static const CPlayers &init_players(const CPlayerDesc pd[]);
53};
54
55#endif
Definition database.h:32
Definition adplug.h:34
static void debug_output(const std::string &filename)
Definition adplug.cpp:205
static std::string get_version()
Definition adplug.cpp:200
static CPlayer * factory(const std::string &fn, Copl *opl, const CPlayers &pl=players, const CFileProvider &fp=CProvider_Filesystem())
Definition adplug.cpp:152
static void set_database(CAdPlugDatabase *db)
Definition adplug.cpp:195
static const CPlayerDesc allplayers[]
Definition adplug.h:88
static const CPlayers players
Definition adplug.h:38
static CAdPlugDatabase * database
Definition adplug.h:49
static const CPlayers & init_players(const CPlayerDesc pd[])
Definition adplug.cpp:138
friend CPlayer::CPlayer(Copl *newopl)
Definition fprovide.h:29
Definition players.h:32
CPlayer(Copl *newopl)
Definition player.cpp:34
Definition players.h:54
Definition fprovide.h:44
Definition opl.h:26
static char filename[]
Definition features.c:5
const char const char const char const char char * fn
Definition swell-functions.h:168