Organize code structure, generate CBMD files without premade headers.
This commit is contained in:
8
source/3ds/util.h
Normal file
8
source/3ds/util.h
Normal file
@@ -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