source: roaraudio/include/libroar/libroar.h @ 0:2a41d2f42394

Last change on this file since 0:2a41d2f42394 was 0:2a41d2f42394, checked in by phi, 16 years ago

Initial revision

File size: 303 bytes
Line 
1//libroar.h:
2
3#ifndef _LIBROAR_H_
4#define _LIBROAR_H_
5
6#define ROAR_DBG_PREFIX  "libroar"
7
8#include <fcntl.h>
9
10#include <roaraudio.h>
11#include "basic.h"
12#include "stream.h"
13#include "simple.h"
14#include "auth.h"
15#include "socket.h"
16#include "ctl.h"
17#include "buffer.h"
18#include "convert.h"
19
20#endif
21
22//ll
Note: See TracBrowser for help on using the repository browser.