libsidplayfp 3.0.0
exsid.h
1/***************************************************************************
2 exsid.h - exSID support interface.
3 -------------------
4 Based on hardsid.h (C) 2000-2002 Simon White
5
6 copyright : (C) 2015 Thibaut VARENE
7 ***************************************************************************/
8/***************************************************************************
9 * *
10 * This program is free software; you can redistribute it and/or modify *
11 * it under the terms of the GNU General Public License version 2 as *
12 * published by the Free Software Foundation. *
13 * *
14 ***************************************************************************/
15
16#ifndef EXSID_H
17#define EXSID_H
18
19#include "sidplayfp/sidbuilder.h"
20#include "sidplayfp/siddefs.h"
21
22class SID_EXTERN exSIDBuilder : public sidbuilder
23{
24protected:
29
30public:
31 exSIDBuilder(const char * const name);
32 ~exSIDBuilder();
33
34 const char *getCredits() const;
35 void flush();
36};
37
38#endif // EXSID_H
libsidplayfp::sidemu * create()
Definition exsid-builder.cpp:41
Definition sidemu.h:47
const char * name() const
Definition sidbuilder.h:98