Matched EnvelopeExec
This commit is contained in:
parent
566a0e8c49
commit
0ac89c38dc
10 changed files with 495 additions and 23 deletions
10
include/game/EnvelopeExec.h
Normal file
10
include/game/EnvelopeExec.h
Normal file
|
|
@ -0,0 +1,10 @@
|
|||
#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
|
||||
Loading…
Add table
Add a link
Reference in a new issue