LinuxPack/FunctionImp.cpp

14 lines
202 B
C++
Raw Normal View History

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