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

23 lines
330 B
C

// Action.h
//
#pragma once
#include "blupi.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);