1
0
mirror of https://github.com/sehugg/8bitworkshop.git synced 2025-02-18 15:30:54 +00:00

7 lines
141 B
C
Raw Normal View History

2019-06-08 12:01:22 -04:00
#include "aclib.h"
extern void fast_sprite_8(const byte* pattern, byte* dst);
extern void fast_sprite_16(const byte* pattern, byte* dst);