diff options
author | N.N. <krzyszcz@users.sourceforge.net> | 2004-04-17 17:45:29 +0000 |
---|---|---|
committer | N.N. <krzyszcz@users.sourceforge.net> | 2004-04-17 17:45:29 +0000 |
commit | 691dabc423f0ac541038484ff69a2ec871c121d9 (patch) | |
tree | c04442e5ad96e216987ba065d5f0be401a149cbc /cyclone/hammer/allhammers.c | |
parent | 54bcb818c192b63e7121d6259a1b77ea4bfb49c5 (diff) |
importing ints
svn path=/trunk/externals/miXed/; revision=1608
Diffstat (limited to 'cyclone/hammer/allhammers.c')
-rw-r--r-- | cyclone/hammer/allhammers.c | 4 |
1 files changed, 3 insertions, 1 deletions
diff --git a/cyclone/hammer/allhammers.c b/cyclone/hammer/allhammers.c index 7a28cc8..7cdf1e2 100644 --- a/cyclone/hammer/allhammers.c +++ b/cyclone/hammer/allhammers.c @@ -1,6 +1,6 @@ // Do not edit this file, run "make" instead. -/* Copyright (c) 2002-2003 krzYszcz and others. +/* Copyright (c) 2002-2004 krzYszcz and others. * For information on usage and redistribution, and for a DISCLAIMER OF ALL * WARRANTIES, see the file, "LICENSE.txt," in this distribution. */ @@ -12,6 +12,7 @@ void Decode_setup(void); void Histo_setup(void); void MouseState_setup(void); void Peak_setup(void); +void Table_setup(void); void TogEdge_setup(void); void Trough_setup(void); void Uzi_setup(void); @@ -91,6 +92,7 @@ void allhammers_setup(void) Histo_setup(); MouseState_setup(); Peak_setup(); + Table_setup(); TogEdge_setup(); Trough_setup(); Uzi_setup(); |