Move types.h out of 3ds section.

This commit is contained in:
Steven Smith
2015-01-23 22:46:15 -08:00
parent 766aeba32f
commit a092ac8f7d
7 changed files with 6 additions and 8 deletions
+1 -1
View File
@@ -1,7 +1,7 @@
#ifndef __UTIL_H__
#define __UTIL_H__
#include "types.h"
#include "../types.h"
u8* image_to_tiles(const char* image, u32 width, u32 height, u32* size);