From 41cbbd4191710a625b3523b418614899502504b7 Mon Sep 17 00:00:00 2001 From: Ryan Pavlik Date: Thu, 11 Nov 2010 12:42:14 -0600 Subject: [PATCH] Improve header comments --- src/wiiuse.h | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/src/wiiuse.h b/src/wiiuse.h index d1e295e..0a1f457 100644 --- a/src/wiiuse.h +++ b/src/wiiuse.h @@ -678,7 +678,8 @@ WIIUSE_EXPORT extern void wiiuse_set_ir_sensitivity(struct wiimote_t* wm, int le WIIUSE_EXPORT extern void wiiuse_set_nunchuk_orient_threshold(struct wiimote_t* wm, float threshold); WIIUSE_EXPORT extern void wiiuse_set_nunchuk_accel_threshold(struct wiimote_t* wm, int threshold); -/* Balance Board */ +/* wiiboard.c */ +/* this function not currently implemented... */ WIIUSE_EXPORT extern void wiiuse_set_wii_board_calib(struct wiimote_t *wm); #ifdef __cplusplus