Files
Project_CTR/ctrtool/info.h
T
3DSGuy 87681b8bc5 Added neimod's ctrtool
Will be base code for improvments
2014-04-14 09:39:21 +08:00

17 lines
200 B
C

#ifndef _INFO_H_
#define _INFO_H_
#include "types.h"
#include "keyset.h"
typedef struct
{
FILE* file;
keyset* keys;
u32 offset;
const u8* blob;
u32 blobsize;
} infocontext;
#endif // _INFO_H_