mirror of
https://github.com/WinampDesktop/winamp.git
synced 2024-09-24 15:54:12 +00:00
13 lines
283 B
C
13 lines
283 B
C
|
#pragma once
|
||
|
#include "duck_dxl.h"
|
||
|
#ifdef __cplusplus
|
||
|
extern "C" {
|
||
|
#endif
|
||
|
|
||
|
int vp60_decompress(DXL_XIMAGE_HANDLE src);
|
||
|
void vp60_SetParameter(DXL_XIMAGE_HANDLE src, int Command, uintptr_t Parameter);
|
||
|
int vp60_getWH(DXL_XIMAGE_HANDLE src, int *w, int *h);
|
||
|
|
||
|
#ifdef __cplusplus
|
||
|
}
|
||
|
#endif
|