WeChatFerry/launcher/Launcher.cpp

12 lines
154 B
C++
Raw Normal View History

2023-01-20 11:17:48 +08:00
#include "Launcher.h"
using namespace launcher;
[STAThreadAttribute]
int main() {
Launcher launcher;
launcher.ShowDialog();
return 0;
}