mirror of
https://github.com/ACreTeam/ac-decomp
synced 2026-05-23 06:34:18 -04:00
10 lines
145 B
C
10 lines
145 B
C
#ifndef CONNECT_H
|
|
#define CONNECT_H
|
|
|
|
#include "types.h"
|
|
|
|
void Jac_ConnectTableInit(void);
|
|
void Jac_BnkConnectTableSet(u32 vid, u32 pid);
|
|
|
|
#endif
|