Files
create/src/Mod/Path/libarea/PythonStuff.h
2016-06-11 10:51:27 -05:00

11 lines
219 B
C

// 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();