mirror of
https://github.com/jummy0/sb2-decomp
synced 2025-03-15 04:24:48 +01:00
17 lines
309 B
C
17 lines
309 B
C
|
|
|
|
extern
|
|
BOOL Action(short action, short direct,
|
|
short &phase, short &step,
|
|
short &channel, short &icon, POINT &pos, short &posZ,
|
|
short &sound);
|
|
|
|
extern
|
|
BOOL Rotate (short &icon, short direct);
|
|
|
|
extern
|
|
int GetIconDirect(short icon);
|
|
|
|
extern
|
|
int GetAmplitude(short action);
|