mirror of
https://github.com/sehugg/8bitworkshop.git
synced 2024-11-26 10:49:17 +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);
|
|
|