2010-11-18 10:39:59 +08:00
|
|
|
#include "AppDelegate.h"
|
|
|
|
|
|
|
|
Int32 TG3AppMain(const TUChar * pAppID, UInt32 nCmd, void * pCmdParam)
|
|
|
|
{
|
2010-11-19 14:43:13 +08:00
|
|
|
AppDelegate app;
|
|
|
|
app.Run();
|
2010-11-18 10:39:59 +08:00
|
|
|
|
2010-11-19 14:43:13 +08:00
|
|
|
return 1;
|
2010-11-18 10:39:59 +08:00
|
|
|
}
|