Audacious
$Id:Doxyfile42802007-03-2104:39:00Znenolod$
Main Page
Related Pages
Classes
Files
File List
File Members
src
audacious
drct.h
Go to the documentation of this file.
1
/*
2
* drct.h
3
* Copyright 2010 John Lindgren
4
*
5
* This file is part of Audacious.
6
*
7
* Audacious is free software: you can redistribute it and/or modify it under
8
* the terms of the GNU General Public License as published by the Free Software
9
* Foundation, version 2 or version 3 of the License.
10
*
11
* Audacious is distributed in the hope that it will be useful, but WITHOUT ANY
12
* WARRANTY; without even the implied warranty of MERCHANTABILITY or FITNESS FOR
13
* A PARTICULAR PURPOSE. See the GNU General Public License for more details.
14
*
15
* You should have received a copy of the GNU General Public License along with
16
* Audacious. If not, see <http://www.gnu.org/licenses/>.
17
*
18
* The Audacious team does not consider modular code linking to Audacious or
19
* using our public API to be a derived work.
20
*/
21
22
#ifndef AUDACIOUS_DRCT_H
23
#define AUDACIOUS_DRCT_H
24
25
#include <
audacious/api.h
>
26
#include <
libaudcore/core.h
>
27
#include <
libaudcore/index.h
>
28
29
#define AUD_API_NAME DRCTAPI
30
#define AUD_API_SYMBOL drct_api
31
32
#ifdef _AUDACIOUS_CORE
33
34
#include "
api-local-begin.h
"
35
#include "
drct-api.h
"
36
#include "
api-local-end.h
"
37
38
#else
39
40
#include <
audacious/api-define-begin.h
>
41
#include <
audacious/drct-api.h
>
42
#include <
audacious/api-define-end.h
>
43
44
#include <
audacious/api-alias-begin.h
>
45
#include <
audacious/drct-api.h
>
46
#include <
audacious/api-alias-end.h
>
47
48
#endif
49
50
#undef AUD_API_NAME
51
#undef AUD_API_SYMBOL
52
53
#endif
54
55
#ifdef AUD_API_DECLARE
56
57
#define AUD_API_NAME DRCTAPI
58
#define AUD_API_SYMBOL drct_api
59
60
#include "
api-define-begin.h
"
61
#include "
drct-api.h
"
62
#include "
api-define-end.h
"
63
64
#include "
api-declare-begin.h
"
65
#include "
drct-api.h
"
66
#include "
api-declare-end.h
"
67
68
#undef AUD_API_NAME
69
#undef AUD_API_SYMBOL
70
71
#endif
Generated by
1.8.1.1