initial commit
This commit is contained in:
@@ -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 */
|
||||
Reference in New Issue
Block a user