From 6c512b8ebcf07f655dc2d76b7d1d52158c52450f Mon Sep 17 00:00:00 2001 From: Hans-Christoph Steiner Date: Tue, 2 Jan 2007 20:40:49 +0000 Subject: Olaf's first code for windows svn path=/trunk/externals/io/hidio/; revision=7126 --- hidio.h | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) (limited to 'hidio.h') diff --git a/hidio.h b/hidio.h index 5087a94..ffd68a4 100644 --- a/hidio.h +++ b/hidio.h @@ -42,7 +42,7 @@ typedef void t_clock; #define HIDIO_MAJOR_VERSION 0 #define HIDIO_MINOR_VERSION 0 -/* static char *version = "$Revision: 1.15 $"; */ +/* static char *version = "$Revision: 1.16 $"; */ /*------------------------------------------------------------------------------ * MACRO DEFINES @@ -194,8 +194,8 @@ extern short get_device_number_from_usage(short device_number, unsigned short usage); /* cross-platform force feedback functions */ -extern void hidio_ff_autocenter(t_hidio *x, t_float value); -extern void hidio_ff_gain(t_hidio *x, t_float value); +extern t_int hidio_ff_autocenter(t_hidio *x, t_float value); +extern t_int hidio_ff_gain(t_hidio *x, t_float value); extern t_int hidio_ff_motors(t_hidio *x, t_float value); extern t_int hidio_ff_continue(t_hidio *x); extern t_int hidio_ff_pause(t_hidio *x); -- cgit v1.2.1