2017-01-21 17:27:46 +01:00
|
|
|
// Action.h
|
|
|
|
//
|
|
|
|
|
2017-01-21 23:44:30 +01:00
|
|
|
#pragma once
|
|
|
|
|
2017-02-10 00:14:28 +01:00
|
|
|
#include "blupi.h"
|
|
|
|
|
2017-01-21 17:27:46 +01:00
|
|
|
extern
|
2017-02-12 00:51:38 +01:00
|
|
|
bool Action(Sint16 action, Sint16 direct,
|
|
|
|
Sint16 &phase, Sint16 &step,
|
|
|
|
Sint16 &channel, Sint16 &icon, POINT &pos, Sint16 &posZ,
|
|
|
|
Sint16 &sound);
|
2017-01-21 17:27:46 +01:00
|
|
|
|
|
|
|
extern
|
2017-02-12 00:51:38 +01:00
|
|
|
bool Rotate(Sint16 &icon, Sint16 direct);
|
2017-01-21 17:27:46 +01:00
|
|
|
|
|
|
|
extern
|
2017-02-12 00:51:38 +01:00
|
|
|
Sint32 GetIconDirect(Sint16 icon);
|
2017-01-21 17:27:46 +01:00
|
|
|
|
|
|
|
extern
|
2017-02-12 00:51:38 +01:00
|
|
|
Sint32 GetAmplitude(Sint16 action);
|
2017-01-21 17:27:46 +01:00
|
|
|
|