1
0
mirror of https://github.com/blupi-games/planetblupi synced 2024-12-30 10:15:36 +01:00
planetblupi/action.h
2017-01-21 23:45:46 +01:00

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);