14 lines
202 B
C++
14 lines
202 B
C++
//
|
|
// Created by taynpg on 24-8-6.
|
|
//
|
|
|
|
#include "FunctionImp.h"
|
|
|
|
CFunctionImp::CFunctionImp()
|
|
= default;
|
|
|
|
bool CFunctionImp::gen(const wxString& out_dir, const wxArrayString& dirs)
|
|
{
|
|
return true;
|
|
}
|