mirror of
https://gitlab.com/ryandwyer/perfect-dark
synced 2026-06-15 14:11:24 -04:00
10 lines
188 B
C
10 lines
188 B
C
#ifndef _IN_LIB_LIB_4F400_H
|
|
#define _IN_LIB_LIB_4F400_H
|
|
#include <ultra64.h>
|
|
#include "types.h"
|
|
|
|
s32 osContStartReadData(OSMesgQueue *mq);
|
|
void osContGetReadData(OSContPad *data);
|
|
|
|
#endif
|