Files
2026-04-06 13:27:44 -04:00

17 lines
200 B
C

#ifndef SKELE_BLIT_H
#define SKELE_BLIT_H
#include <stdint.h>
#ifdef __cplusplus
extern "C" {
#endif
void skele_video_blit(uint8_t *pixels);
#ifdef __cplusplus
}
#endif
#endif /* SKELE_BLIT_H */