diff options
author | Thomas O Fredericks <mrtof@users.sourceforge.net> | 2009-10-22 19:45:39 +0000 |
---|---|---|
committer | Thomas O Fredericks <mrtof@users.sourceforge.net> | 2009-10-22 19:45:39 +0000 |
commit | 0ff84675e117247c8ab046e9e27aec6ec0771cb5 (patch) | |
tree | 4604849ee52ecf205ab9c9504d6d8375a302d09a /src/putget~.h | |
parent | b175cda3e6af6072cd211510ef6ba5f7988125fc (diff) |
Removed the multi file version of param
svn path=/trunk/externals/tof/; revision=12642
Diffstat (limited to 'src/putget~.h')
-rw-r--r-- | src/putget~.h | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/src/putget~.h b/src/putget~.h index e585791..a796653 100644 --- a/src/putget~.h +++ b/src/putget~.h @@ -22,11 +22,14 @@ struct putget { struct putget* previous; t_clock* clock; int armed; + }; struct putget* PUTGETS; +int count = 42; + // This should be triggered by the clock static void putget_swap(struct putget* pg) { //post("clock"); |