/************************************************************************** misc.h programmer: Paul Wiebe purpose: Miscellaneous functions used by behaviors. **************************************************************************/ #ifndef MISC_H #define MISC_H float FixAngle(float angle); float FixAngle2(float angle); #endif // MISC_H