mirror of
https://github.com/nasa/trick.git
synced 2024-12-24 15:26:41 +00:00
9 lines
131 B
C++
9 lines
131 B
C++
|
|
#include <Python.h>
|
|
|
|
extern "C" {
|
|
PyObject * new_cvar_list() ;
|
|
void combine_cvars( PyObject *arg1 , PyObject *arg2 ) ;
|
|
}
|
|
|