//libroaryiff.h: #ifndef _LIBROARYIFF_H_ #define _LIBROARYIFF_H_ #include #include /* Basic Y types and constants. */ #include /* YLib functions and structs. */ #include #include #include // YID 0 is error like -1 on libroar! #define ROARYIFF_YID2ROAR(x) ((x)-1) #define ROARYIFF_ROAR2YID(x) ((x)+1) #endif //ll