You've already forked hackerlibultra
mirror of
https://github.com/HackerN64/hackerlibultra.git
synced 2026-01-21 10:37:53 -08:00
* controller.h * siint.h * osint and viint * piint.h * rmonint.h * Remove ARRLEN from controller.h * PRinternal * controller_gbpak.h and controller_voice.h
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
|