mirror of
https://github.com/jakcron/nstool.git
synced 2024-12-22 18:55:29 +00:00
[nstool] remove unused files.
This commit is contained in:
parent
a6c30a8f0f
commit
acc8494224
|
@ -1,16 +0,0 @@
|
||||||
#pragma once
|
|
||||||
#include <string>
|
|
||||||
#include <fnd/types.h>
|
|
||||||
#include <fnd/SimpleFile.h>
|
|
||||||
#include <nx/NcaHeader.h>
|
|
||||||
|
|
||||||
#include "nstool.h"
|
|
||||||
|
|
||||||
class NcaPartitionProcess
|
|
||||||
{
|
|
||||||
public:
|
|
||||||
NcaPartitionProcess();
|
|
||||||
private:
|
|
||||||
const std::string kModuleName = "NcaPartitionProcess";
|
|
||||||
|
|
||||||
};
|
|
Loading…
Reference in a new issue