mirror of
https://github.com/izzy2lost/Diddy-Kong-Racing.git
synced 2026-06-19 01:16:26 -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
|