Files
quadrotor/types.h
Gavan Fantom b3f0bbf7c9 More hacking:
* initial Wii Motion+ support
* initial timer support
2011-05-15 22:22:50 +00:00

9 lines
110 B
C

#ifndef __TYPES_H
#define __TYPES_H
typedef int bool;
#define TRUE 1
#define FALSE 0
#endif /* __TYPES_H */