~ubuntu-branches/ubuntu/karmic/python-scipy/karmic

« back to all changes in this revision

Viewing changes to Lib/xplt/src/play/win/mfcmain.cpp

  • Committer: Bazaar Package Importer
  • Author(s): Daniel T. Chen (new)
  • Date: 2005-03-16 02:15:29 UTC
  • Revision ID: james.westby@ubuntu.com-20050316021529-xrjlowsejs0cijig
Tags: upstream-0.3.2
ImportĀ upstreamĀ versionĀ 0.3.2

Show diffs side-by-side

added added

removed removed

Lines of Context:
 
1
/*
 
2
 * mfcmain.cpp -- $Id: mfcmain.cpp,v 1.1 2003/03/08 15:26:49 travo Exp $
 
3
 * MFC main program stub
 
4
 *
 
5
 * Copyright (c) 2000.  See accompanying LEGAL file for details.
 
6
 */
 
7
 
 
8
extern "C" {
 
9
  extern int on_launch(int argc, char *argv[]);
 
10
}
 
11
#include "mfcapp.h"
 
12
 
 
13
mfc_boss the_boss(on_launch);