Move types.h out of 3ds section.

This commit is contained in:
Steveice10
2015-01-23 22:46:15 -08:00
parent 89f3571c75
commit 87d0f28555
7 changed files with 6 additions and 8 deletions

View File

@@ -1,13 +1,12 @@
#include "3ds/3ds.h"
#include "data.h"
#include "commandline.h"
#include "data.h"
#include "types.h"
#include <stdio.h>
#include <malloc.h>
#include <string.h>
#include <map>
u8* convert_to_cgfx(const char* image, u32 width, u32 height, u32* size) {
u32 convertedSize = 0;
u8* converted = image_to_tiles(image, width, height, &convertedSize);