5 changed files with 80 additions and 9 deletions
@ -0,0 +1,15 @@
@@ -0,0 +1,15 @@
|
||||
// agmatthews USERHOOKS |
||||
|
||||
void userhook_init() |
||||
{ |
||||
// put your initialisation code here |
||||
|
||||
|
||||
} |
||||
|
||||
void userhook_50Hz() |
||||
{ |
||||
// put your 50Hz code here |
||||
|
||||
|
||||
} |
@ -0,0 +1,13 @@
@@ -0,0 +1,13 @@
|
||||
// agmatthews USERHOOKS
|
||||
// user defined variables
|
||||
|
||||
// example variables used in Wii camera testing - replace with your own variables
|
||||
#if WII_CAMERA == 1 |
||||
WiiCamera ircam; |
||||
int WiiRange=0; |
||||
int WiiRotation=0; |
||||
int WiiDisplacementX=0; |
||||
int WiiDisplacementY=0; |
||||
#endif |
||||
|
||||
|
Loading…
Reference in new issue