blob: 2fd046997ac502df29dd7a87f32f93cc71aced37 [file] [log] [blame]
Jack Jansen7cc57351998-08-18 14:54:11 +00001/*
2 *
3 * This is a simple module to allow the
4 * user to compile and execute an applescript
5 * which is passed in as a text item.
6 *
7 * Sean Hummel <seanh@prognet.com>
8 * 1/20/98
9 * RealNetworks
10 *
11 * Jay Painter <jpaint@serv.net> <jpaint@gimp.org> <jpaint@real.com>
12 *
13 *
14 */
15
16#pragma once
17
18
19/* Python API */
20#include "Python.h"
21#include "macglue.h"
22
23
24/* Macintosh API */
25#include <Types.h>
26#include <AppleEvents.h>
27#include <Processes.h>
28#include <Files.h>
29#include <Gestalt.h>
30#include <Events.h>