Files
2023-02-16 11:56:47 +00:00

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