You've already forked Diddy-Kong-Racing
mirror of
https://github.com/izzy2lost/Diddy-Kong-Racing.git
synced 2026-03-10 11:36:09 -07:00
* Massive libultra changes * Fix the build! * Remove crc comment that seemd to break the score script for some reason. * Update README score. * Apply some suggestions * rename sins and coss funcs.
9 lines
165 B
C
9 lines
165 B
C
#ifndef _CONTROLLER_GBPAK_H
|
|
#define _CONTROLLER_GBPAK_H
|
|
|
|
extern OSTimer __osGbpakTimer;
|
|
extern OSMesg __osGbpakTimerMsg;
|
|
extern OSMesgQueue __osGbpakTimerQ;
|
|
|
|
#endif
|