mirror of
https://github.com/ACreTeam/ac-decomp
synced 2026-05-23 06:34:18 -04:00
10 lines
129 B
C
10 lines
129 B
C
#ifndef VERYSIMPLE_H
|
|
#define VERYSIMPLE_H
|
|
#include "types.h"
|
|
|
|
void Jac_Start(void*, u32, u32);
|
|
void Jac_PlayInit(void);
|
|
|
|
|
|
#endif
|