controller.h 217 Bytes Raw Blame History Permalink 1 2 3 4 5 6 7 8 9 10 #ifndef _CONTROLLER_INCLD #define _CONTROLLER_INCLD extern int numControllers; extern int initControllers(int maxcontrollers); extern OSContPad **ReadController(int oneshot); #endif /* _CONTROLLER_INCLD */