LinuxPack/FunctionImp.h

28 lines
376 B
C
Raw Normal View History

//
// Created by taynpg on 24-8-6.
//
#ifndef FUNCTIONIMP_H
#define FUNCTIONIMP_H
2024-08-06 10:18:09 +08:00
#include <wx/arrstr.h>
class CFunPack
2024-08-06 10:18:09 +08:00
{
public:
CFunPack();
2024-08-06 10:18:09 +08:00
public:
bool gen(const wxString& out_dir, const wxArrayString& dirs);
};
class CFunInstall
{
public:
CFunInstall();
public:
bool install(const wxString& file, const wxString& ico = "");
};
#endif //FUNCTIONIMP_H