source: roaraudio/include/libroaryiff/libroaryiff.h @ 340:df4dc4d3ed6e

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

added some needed basic header files :)

File size: 247 bytes
Line 
1//libroaryiff.h:
2
3#ifndef _LIBROARYIFF_H_
4#define _LIBROARYIFF_H_
5
6#include <Y2/Y.h>           /* Basic Y types and constants. */
7#include <Y2/Ylib.h>        /* YLib functions and structs. */
8
9#include <unistd.h>
10#include <string.h>
11
12#endif
13
14//ll
Note: See TracBrowser for help on using the repository browser.