comparison src/ljmusic.h @ 3:17286938e22a

change DS alt. rotate key to rotate twice
author paulo@localhost
date Wed, 08 Apr 2009 21:50: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);