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