More hacking:

* initial Wii Motion+ support
* initial timer support
This commit is contained in:
2011-05-15 22:22:50 +00:00
parent 52e1c59a2e
commit b3f0bbf7c9
9 changed files with 415 additions and 49 deletions

View File

@@ -1,3 +1,8 @@
#ifndef __TYPES_H
#define __TYPES_H
typedef int bool;
#define TRUE 1
#define FALSE 0
#endif /* __TYPES_H */