mirror of
https://github.com/jakcron/nstool
synced 2024-11-14 09:46:39 +00:00
[hac-hb|nstool] Moved defined struct headers to new directory.
This commit is contained in:
parent
c35f31f431
commit
93adaa94bc
5 changed files with 3 additions and 3 deletions
|
@ -1,5 +1,5 @@
|
|||
#pragma once
|
||||
#include <nn/hac/aset.h>
|
||||
#include <nn/hac/define/aset.h>
|
||||
#include <fnd/List.h>
|
||||
#include <fnd/IByteModel.h>
|
||||
|
||||
|
|
|
@ -4,7 +4,7 @@
|
|||
#include <fnd/OffsetAdjustedIFile.h>
|
||||
#include <fnd/Vec.h>
|
||||
#include <fnd/lz4.h>
|
||||
#include <nn/hac/nro-hb.h>
|
||||
#include <nn/hac/define/nro-hb.h>
|
||||
#include "NroProcess.h"
|
||||
|
||||
NroProcess::NroProcess():
|
||||
|
|
|
@ -24,7 +24,7 @@
|
|||
#include <nn/hac/define/nacp.h>
|
||||
#include <nn/hac/define/nso.h>
|
||||
#include <nn/hac/define/nro.h>
|
||||
#include <nn/hac/aset.h>
|
||||
#include <nn/hac/define/aset.h>
|
||||
#include <nn/pki/SignedData.h>
|
||||
#include <nn/pki/CertificateBody.h>
|
||||
#include <nn/pki/SignUtils.h>
|
||||
|
|
Loading…
Reference in a new issue