mirror of
https://github.com/DarkStore-3DS/Project_CTR.git
synced 2026-07-04 16:59:02 +00:00
Added neimod's ctrtool
Will be base code for improvments
This commit is contained in:
@@ -0,0 +1,16 @@
|
||||
#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_
|
||||
Reference in New Issue
Block a user