initial commit

This commit is contained in:
2026-04-06 13:27:44 -04:00
commit 5aaecdeac6
24 changed files with 2246 additions and 0 deletions
+16
View File
@@ -0,0 +1,16 @@
#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 */