mirror of
https://github.com/blupi-games/planetblupi
synced 2024-12-30 10:15:36 +01:00
19 lines
296 B
C
19 lines
296 B
C
// Action.h
|
|
//
|
|
|
|
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);
|
|
|