LinuxPack/FunctionImp.cpp

21 lines
320 B
C++
Raw Normal View History

//
// Created by taynpg on 24-8-6.
//
#include "FunctionImp.h"
2024-08-06 10:18:09 +08:00
CFunPack::CFunPack() = default;
bool CFunPack::gen(const wxString& out_dir, const wxArrayString& dirs)
{
return true;
}
CFunInstall::CFunInstall()
2024-08-06 10:18:09 +08:00
= default;
bool CFunInstall::install(const wxString& file, const wxString& ico)
2024-08-06 10:18:09 +08:00
{
return true;
}