mirror of
https://github.com/SeekyCt/spm-decomp.git
synced 2024-11-23 13:29:42 +00:00
10 lines
233 B
C
10 lines
233 B
C
#ifndef SEQ_MAPCHANGE_H
|
|
#define SEQ_MAPCHANGE_H
|
|
|
|
#include "seqdef.h"
|
|
|
|
void seq_mapChangeInit(SeqWork * work); // 8017a33c
|
|
void seq_mapChangeExit(SeqWork * work); // 8017a460
|
|
void seq_mapChangeMain(SeqWork * work); // 8017a464
|
|
|
|
#endif |