marioparty4/include/game/EnvelopeExec.h
2024-01-15 22:00:06 -08:00

10 lines
199 B
C

#ifndef _GAME_ENVELOPE_EXEC_H
#define _GAME_ENVELOPE_EXEC_H
#include "game/hsfformat.h"
void InitEnvelope(HsfData *arg0);
void EnvelopeProc(HsfData *arg0);
void InitVtxParm(HsfData *arg0);
#endif