Files
create/src/Mod/CAM/libarea/PythonStuff.h
2024-03-04 11:18:41 -06:00

11 lines
209 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();