diff options
author | Thomas Grill <xovo@users.sourceforge.net> | 2004-09-20 04:06:08 +0000 |
---|---|---|
committer | Thomas Grill <xovo@users.sourceforge.net> | 2004-09-20 04:06:08 +0000 |
commit | 3fb8afa21cd68ee74088aaef7dc425b24f0e37a5 (patch) | |
tree | 086bb84d5fb01778e32a6be5d7154df13ea017e1 /externals/grill/py/source/main.h | |
parent | ee6334102ae0ca06143d5acc90644bef1da92acb (diff) |
""
svn path=/trunk/; revision=2047
Diffstat (limited to 'externals/grill/py/source/main.h')
-rw-r--r-- | externals/grill/py/source/main.h | 4 |
1 files changed, 4 insertions, 0 deletions
diff --git a/externals/grill/py/source/main.h b/externals/grill/py/source/main.h index bf0ca6cc..581efde5 100644 --- a/externals/grill/py/source/main.h +++ b/externals/grill/py/source/main.h @@ -115,6 +115,10 @@ protected: static PyObject *py_blocksize(PyObject *,PyObject *args); static PyObject *py_inchannels(PyObject *,PyObject *args); static PyObject *py_outchannels(PyObject *,PyObject *args); +#if FLEXT_SYS == FLEXT_SYS_PD + static PyObject *py_getvalue(PyObject *,PyObject *args); + static PyObject *py_setvalue(PyObject *,PyObject *args); +#endif // ----thread stuff ------------ |