mirror of
https://github.com/DarkStore-3DS/bannertool.git
synced 2026-07-07 00:40:05 +00:00
Organize code structure, generate CBMD files without premade headers.
This commit is contained in:
@@ -0,0 +1,8 @@
|
||||
#ifndef __UTIL_H__
|
||||
#define __UTIL_H__
|
||||
|
||||
#include "types.h"
|
||||
|
||||
u8* image_to_tiles(const char* image, u32 width, u32 height, u32* size);
|
||||
|
||||
#endif
|
||||
Reference in New Issue
Block a user