comparison src/ljmusic.h @ 1:38c62fded078

initial builds (linux and lj.nds)
author paulo@localhost
date Fri, 13 Mar 2009 01:10:13 -0700
parents c84446dfb3f5
children
comparison
equal deleted inserted replaced
0:897ff99a631d 1:430d4e964319
1 /* FIXME: add license block */ 1 /* FIXME: add license block */
2 #ifndef LJMUSIC_H 2 #ifndef LJMUSIC_H
3 #define LJMUSIC_H 3 #define LJMUSIC_H
4 4
5 #define LJMUSIC_USING_DUMB 1 5 #define LJMUSIC_USING_DUMB 0
6 #define LJMUSIC_USING_VORBIS 1 6 #define LJMUSIC_USING_VORBIS 1
7 7
8 typedef struct LJMusic LJMusic; 8 typedef struct LJMusic LJMusic;
9 9
10 struct LJMusic *LJMusic_new(void); 10 struct LJMusic *LJMusic_new(void);