blues/decode.h

10 lines
214 B
C
Raw Normal View History

2018-07-08 16:08:53 +02:00
#ifndef DECODE_H__
#define DECODE_H__
#include "intern.h"
2018-07-12 13:21:15 +02:00
extern void decode_ega_spr(const uint8_t *src, int src_pitch, int w, int h, uint8_t *dst, int dst_pitch, int dst_x, int dst_y);
2018-07-08 16:08:53 +02:00
#endif /* DECODE_H__ */