12 lines
223 B
C
12 lines
223 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);
|
|
|
|
extern Vec *Vertextop;
|
|
|
|
#endif
|