REDRIVER2/src_rebuild/PsyX/include/psx/libpress.h

22 lines
523 B
C
Raw Normal View History

2020-12-23 01:09:51 +01:00
#ifndef LIBPRESS_H
#define LIBPRESS_H
#if defined(_LANGUAGE_C_PLUS_PLUS)||defined(__cplusplus)||defined(c_plusplus)
extern "C" {
#endif
2020-12-23 01:09:51 +01:00
extern void DecDCTReset(int mode);
extern int DecDCTBufSize(u_long *bs);
extern void DecDCTvlc(u_long *bs, u_long *buf);
extern void DecDCTin(u_long *buf, int mode);
extern void DecDCTout(u_long *buf, int size);
extern int DecDCTinSync( int mode) ;
extern int DecDCToutSync( int mode) ;
#if defined(_LANGUAGE_C_PLUS_PLUS)||defined(__cplusplus)||defined(c_plusplus)
}
#endif
2020-12-23 01:09:51 +01:00
#endif