mirror of
https://github.com/zeldaret/mm.git
synced 2026-05-23 15:01:32 -04:00
fcc5cf828d
* libu64 * libu64 -O2 * Add libu64.md
9 lines
154 B
C
9 lines
154 B
C
#ifndef LIBU64_PADSETUP_H
|
|
#define LIBU64_PADSETUP_H
|
|
|
|
#include "ultra64.h"
|
|
|
|
s32 PadSetup_Init(OSMesgQueue* mq, u8* outMask, OSContStatus* status);
|
|
|
|
#endif
|