2002-07-31 15:15:59 +02: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 09:53:08 +02:00
|
|
|
extern int doscript(const char *command);
|