mirror of
https://github.com/0ldsk00l/smsplus.git
synced 2025-04-02 10:32:07 -04:00
8 lines
164 B
C
8 lines
164 B
C
|
|
#ifndef _BLUR_H_
|
|
#define _BLUR_H_
|
|
|
|
/* From blur.s */
|
|
extern void blur(uint16 *src, int line_width, int num_lines, int line_modulo);
|
|
|
|
#endif /* _BLUR_H_ */
|