Files
bannertool/source/3ds/util.h

8 lines
142 B
C
Raw Normal View History

#ifndef __UTIL_H__
#define __UTIL_H__
2015-01-23 22:46:15 -08:00
#include "../types.h"
u8* image_to_tiles(const char* image, u32 width, u32 height, u32* size);
#endif