source: roaraudio/include/libroar/libroar.h @ 320:b4c30f48120d

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

added file.[ch] to libroar

File size: 357 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#include "math.h"
20#include "meta.h"
21#include "file.h"
22
23#endif
24
25//ll
Note: See TracBrowser for help on using the repository browser.