2011-10-15 19:29:33 -03:00
|
|
|
// user defined variables
|
|
|
|
|
2012-08-16 21:50:03 -03:00
|
|
|
// example variables used in Wii camera testing - replace with your own
|
|
|
|
// variables
|
2013-05-17 00:19:07 -03:00
|
|
|
#ifdef USERHOOK_VARIABLES
|
|
|
|
|
2011-10-15 19:29:33 -03:00
|
|
|
#if WII_CAMERA == 1
|
2012-08-16 21:50:03 -03:00
|
|
|
WiiCamera ircam;
|
|
|
|
int WiiRange=0;
|
|
|
|
int WiiRotation=0;
|
|
|
|
int WiiDisplacementX=0;
|
|
|
|
int WiiDisplacementY=0;
|
2013-05-17 00:19:07 -03:00
|
|
|
#endif // WII_CAMERA
|
|
|
|
|
|
|
|
#endif // USERHOOK_VARIABLES
|
2011-10-15 19:29:33 -03:00
|
|
|
|
|
|
|
|