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