diff options
author | Thomas O Fredericks <mrtof@users.sourceforge.net> | 2009-10-26 20:32:27 +0000 |
---|---|---|
committer | Thomas O Fredericks <mrtof@users.sourceforge.net> | 2009-10-26 20:32:27 +0000 |
commit | 7541b9f1ba232dce4aceb41115c17292bd7298f4 (patch) | |
tree | b4dde0f6f22577896bdaaa4fa698e987491098e6 /src/param.h | |
parent | d6e37fa5490c8e3465eb4e92a0f9d9a60d3dbc4b (diff) |
Delocalized param
svn path=/trunk/externals/tof/; revision=12679
Diffstat (limited to 'src/param.h')
-rw-r--r-- | src/param.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/param.h b/src/param.h index 1c0b3a5..46daca6 100644 --- a/src/param.h +++ b/src/param.h @@ -2,7 +2,7 @@ #include <stdio.h> #include <fcntl.h> -//#define PARAMDEBUG + typedef void (*t_paramGetMethod)(void*,t_symbol**,int*,t_atom**); typedef void (*t_paramSaveMethod)(void*,t_binbuf*,int); |