From 691dabc423f0ac541038484ff69a2ec871c121d9 Mon Sep 17 00:00:00 2001 From: "N.N." Date: Sat, 17 Apr 2004 17:45:29 +0000 Subject: importing ints svn path=/trunk/externals/miXed/; revision=1608 --- cyclone/hammer/allhammers.c | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) (limited to 'cyclone/hammer/allhammers.c') 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(); -- cgit v1.2.1