2010-09-20 02:36:32 +00:00
|
|
|
/*
|
|
|
|
|
* doscript.h
|
|
|
|
|
* PythonLauncher
|
|
|
|
|
*
|
|
|
|
|
* Created by Jack Jansen on Wed Jul 31 2002.
|
|
|
|
|
* Copyright (c) 2002 __MyCompanyName__. All rights reserved.
|
|
|
|
|
*
|
|
|
|
|
*/
|
|
|
|
|
|
|
|
|
|
#include <Carbon/Carbon.h>
|
|
|
|
|
|
2014-05-03 21:33:14 +00:00
|
|
|
extern int doscript(const char *command);
|