GpgFrontend Project
A Free, Powerful, Easy-to-Use, Compact, Cross-Platform, and Installation-Free OpenPGP(pgp) Crypto Tool.
app.h
1 
29 #pragma once
30 
31 #include "GpgFrontendContext.h"
32 
33 namespace GpgFrontend {
34 
35 auto StartApplication(const GFCxtWPtr& p_ctx) -> int;
36 
37 }
Definition: app.cpp:38
auto StartApplication(const GFCxtWPtr &p_ctx) -> int
Definition: app.cpp:49