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

23 lines
348 B
C
Raw Normal View History

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
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
bool Rotate(Sint16 &icon, Sint16 direct);
2017-01-21 17:27:46 +01:00
extern
Sint32 GetIconDirect(Sint16 icon);
2017-01-21 17:27:46 +01:00
extern
Sint32 GetAmplitude(Sint16 action);
2017-01-21 17:27:46 +01:00