mirror of
https://github.com/SeekyCt/spm-decomp.git
synced 2024-12-02 18:36:20 +00:00
11 lines
248 B
C
11 lines
248 B
C
#ifndef SEQ_GAMEOVER_H
|
|
#define SEQ_GAMEOVER_H
|
|
|
|
#include <common.h>
|
|
#include <seqdrv.h>
|
|
|
|
void seq_gameOverInit(SeqWork * work); // 801789f4
|
|
void seq_gameOverMain(SeqWork * work); // 80178b68
|
|
void seq_gameOverExit(SeqWork * work); // 80178af4
|
|
|
|
#endif |