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,7 +1,7 @@
#ifndef __LZ11_H__
#define __LZ11_H__
#include "types.h"
#include "../types.h"
u8* lz11_compress(u8* input, u32 inputSize, u32* size);