source: roaraudio/include/libroar/libroar.h @ 94:e58ac91b983b

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

added meta.h

File size: 339 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
22#endif
23
24//ll
Note: See TracBrowser for help on using the repository browser.