mirror of
https://github.com/astronautlevel2/Anemone3DS.git
synced 2026-01-24 00:32:43 -05:00
assemble a splash preview if none was found (#277)
This commit is contained in:
9
include/conversion.h
Normal file
9
include/conversion.h
Normal file
@@ -0,0 +1,9 @@
|
||||
#ifndef CONVERISON_H
|
||||
#define CONVERISON_H
|
||||
|
||||
#include "common.h"
|
||||
|
||||
size_t bin_to_abgr(char ** bufp, size_t size);
|
||||
size_t png_to_abgr(char ** bufp, size_t size);
|
||||
|
||||
#endif
|
||||
Reference in New Issue
Block a user