mirror of
https://github.com/SeekyCt/spm-decomp.git
synced 2024-12-02 18:36:20 +00:00
11 lines
233 B
C
11 lines
233 B
C
#ifndef SEQ_TITLE_H
|
|
#define SEQ_TITLE_H
|
|
|
|
#include <common.h>
|
|
#include <seqdrv.h>
|
|
|
|
void seq_titleInit(SeqWork * work); // 8017b130
|
|
void seq_titleMain(SeqWork * work); // 8017b250
|
|
void seq_titleExit(SeqWork * work); // 8017b410
|
|
|
|
#endif |