source: roaraudio/include/libroar/libroar.h @ 588:ba2e8016727e

Last change on this file since 588:ba2e8016727e was 588:ba2e8016727e, checked in by phi, 16 years ago

added vio.h

File size: 618 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 "midi.h"
35#include "acl.h"
36
37#endif
38
39//ll
Note: See TracBrowser for help on using the repository browser.