]>
git.saurik.com Git - wxWidgets.git/blob - src/cocoa/main.cpp
1 /////////////////////////////////////////////////////////////////////////////
2 // Name: cocoa/main.cpp
3 // Purpose: Entry point
4 // Author: David Elliott
8 // Copyright: (c) 2002 David Elliott
9 // Licence: wxWindows license
10 /////////////////////////////////////////////////////////////////////////////
11 /* DFE: ^^^^^ Was that really necessary :-) */
15 WXDLLEXPORT
int main(int argc
, char* argv
[])
17 return wxEntry(argc
, argv
);