source: roaraudio/include/libroar/libroar.h @ 686:5d9713ead023

Last change on this file since 686:5d9713ead023 was 686:5d9713ead023, checked in by phi, 16 years ago

moved libroar/midi.* to libroardsp/midi.*

File size: 600 bytes
Line 
1//libroar.h:
2
3#ifndef _LIBROAR_H_
4#define _LIBROAR_H_
5
6#define ROAR_DBG_PREFIX  "libroar"
7
8#include <roaraudio.h>
9
10#include <fcntl.h>
11#include <sys/socket.h>
12#include <netinet/in.h>
13#include <netinet/ip.h>
14#ifdef ROAR_HAVE_LIBDNET
15#include <netdnet/dn.h>
16#include <netdnet/dnetdb.h>
17#endif
18#ifdef ROAR_HAVE_IPX
19#include <netipx/ipx.h>
20#endif
21
22#include "vio.h"
23#include "basic.h"
24#include "stream.h"
25#include "simple.h"
26#include "auth.h"
27#include "socket.h"
28#include "ctl.h"
29#include "buffer.h"
30#include "convert.h"
31#include "poly.h"
32#include "meta.h"
33#include "file.h"
34#include "acl.h"
35
36#endif
37
38//ll
Note: See TracBrowser for help on using the repository browser.