]> git.saurik.com Git - wxWidgets.git/blobdiff - src/cocoa/main.cpp
Added original works and stubs to CVS repository
[wxWidgets.git] / src / cocoa / main.cpp
diff --git a/src/cocoa/main.cpp b/src/cocoa/main.cpp
new file mode 100644 (file)
index 0000000..2acb487
--- /dev/null
@@ -0,0 +1,19 @@
+/////////////////////////////////////////////////////////////////////////////
+// Name:        cocoa/main.cpp
+// Purpose:     Entry point
+// Author:      David Elliott
+// Modified by:
+// Created:     2002/11/11
+// RCS-ID:      $Id:
+// Copyright:   (c) 2002 David Elliott
+// Licence:    wxWindows license
+/////////////////////////////////////////////////////////////////////////////
+/* DFE: ^^^^^ Was that really necessary :-) */
+
+#include "wx/app.h"
+
+WXDLLEXPORT int main(int argc, char* argv[])
+{
+  return wxEntry(argc, argv);
+}
+