调整头文件包含顺序
This commit is contained in:
@ -4,11 +4,10 @@
|
||||
|
||||
#ifndef EXPKG_H
|
||||
#define EXPKG_H
|
||||
#include <filesystem>
|
||||
#include <memory>
|
||||
|
||||
#include "BinaryOPT/BinaryReader.h"
|
||||
#include "Tex/Tex.h"
|
||||
#include <vector>
|
||||
|
||||
#include "Entry.h"
|
||||
|
||||
|
||||
typedef struct CommandArgs
|
||||
@ -19,6 +18,7 @@ typedef struct CommandArgs
|
||||
|
||||
namespace PKG
|
||||
{
|
||||
class BinaryReader;
|
||||
enum class FILE_EXTENSION;
|
||||
|
||||
class PKG_API EXPKG
|
||||
@ -38,7 +38,6 @@ namespace PKG
|
||||
|
||||
private:
|
||||
std::shared_ptr<BinaryReader> m_Reader;
|
||||
std::shared_ptr<Tex> m_Tex;
|
||||
std::filesystem::path m_OutDir;
|
||||
|
||||
|
||||
|
||||
Reference in New Issue
Block a user