X-Git-Url: http://git.tdb.fi/?p=libs%2Fdatafile.git;a=blobdiff_plain;f=tool%2Fpacker.h;fp=tool%2Fpacker.h;h=313ee033216969b9d8931435098848e26d6c9b54;hp=151947fbba945bd683017cf1389ff5e467278c3d;hb=83971ed7f55794a61e1d249c59867184a6eb97ba;hpb=52fb63aded47733fa67e871ce0bd360b9eea7468 diff --git a/tool/packer.h b/tool/packer.h index 151947f..313ee03 100644 --- a/tool/packer.h +++ b/tool/packer.h @@ -34,7 +34,9 @@ public: void pack_file(const std::string &); private: bool detect_data(Msp::IO::Seekable &); + bool detect_raw(Msp::IO::Seekable &); void transfer_datafile(Msp::IO::Base &, const std::string &, Msp::IO::Base &, ObjectList &); + void transfer_raw_data(Msp::IO::Base &, const std::string &, Msp::IO::Base &); void transfer_unknown(Msp::IO::Base &, Msp::IO::Base &); public: void create_pack(const std::string &);