mirror of
https://github.com/ACreTeam/ac-decomp
synced 2026-05-23 14:41:38 -04:00
14 lines
247 B
C
14 lines
247 B
C
#ifndef LIBULTRA_CONTROLLER_H
|
|
#define LIBULTRA_CONTROLLER_H
|
|
|
|
#include "libultra/osContPad.h"
|
|
#include "libultra/libultra.h"
|
|
|
|
|
|
extern u8 __osMaxControllers;
|
|
extern int __osContinitialized;
|
|
|
|
void __osContGetInitData(u8* p, OSContStatus* s);
|
|
|
|
|
|
#endif |