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