#pragma once #include "LOGIC/Lgc_Func_Button.h" #include namespace APP { int App_Func_GetFeatureStackIndex(Lgc_FunctionFeature_Type Type); bool App_Func_IsKeyRecordFeatureType(Lgc_FunctionFeature_Type Type); QString App_Func_GetWebsiteEditText(const QString& UrlText); } // namespace APP