home
***
CD-ROM
|
disk
|
FTP
|
other
***
search
/
Fujiology Archive
/
fujiology_archive_v1_0.iso
/
!FALCON
/
NOCREW
/
MP2_0997.ZIP
/
mp2_0997
/
src
/
mp2audio.h
< prev
next >
Wrap
C/C++ Source or Header
|
1998-10-31
|
354b
|
20 lines
#ifndef _MP2AUDIO_H_
#define _MP2AUDIO_H_
#define STOP_BLOCK 1024
#define BLOCK_SIZE DEFAULT_BLOCK_SIZE*1024L
typedef struct { int x,y,w,h; } CORDS;
/* defines for toggle_object() */
#define SET_NORMAL -1
#define TOGGLE 0
#define SET_SELECTED 1
typedef struct {
long findex;
char fname[255];
} DIRBUF;
#endif /* _MP2AUDIO_H_ */