コード例 #1
0
ファイル: main.cpp プロジェクト: Mermouy/archlinux-stuff
int main()
{
	TApp app;
	app.run();
	app.shutDown();
	return 0;
}