comparison src/ljmusic.h @ 2:80a2761bd3a4

change DS keys (add alt. rotate)
author paulo@localhost
date Mon, 23 Mar 2009 01:19:12 -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);