// PythonStuff.h // Copyright 2011, Dan Heeks // This program is released under the BSD license. See the file COPYING for details. extern void Message(const char*); void PythonInit(); void PythonFinish();