mirror of
https://github.com/sehugg/8bitworkshop.git
synced 2025-02-18 15:30:54 +00:00
7 lines
141 B
C
7 lines
141 B
C
|
|
||
|
#include "aclib.h"
|
||
|
|
||
|
extern void fast_sprite_8(const byte* pattern, byte* dst);
|
||
|
extern void fast_sprite_16(const byte* pattern, byte* dst);
|
||
|
|