2002-07-31 10:15:59 -03:00
|
|
|
/*
|
|
|
|
* doscript.h
|
|
|
|
* PythonLauncher
|
|
|
|
*
|
|
|
|
* Created by Jack Jansen on Wed Jul 31 2002.
|
|
|
|
* Copyright (c) 2002 __MyCompanyName__. All rights reserved.
|
|
|
|
*
|
|
|
|
*/
|
|
|
|
|
|
|
|
#include <Carbon/Carbon.h>
|
|
|
|
|
2013-07-07 04:53:08 -03:00
|
|
|
extern int doscript(const char *command);
|