// rmtctrl.h
// Author: A.Fombaron / I-Maginer
// Version: v1.00 - SVoyager v5.01
// Date: 070925

#ifndef _REMOTECONTROL_H_
#define _REMOTECONTROL_H_


#include "x/scolplugin.h"
#include "x/version.h"


// *****************************************************************************
// Remote Control pakckage's functions' prototypes
// *****************************************************************************

int GR_RMTCTRL_MouseMove(mmachine m);					// Remote Mouse Move
int GR_RMTCTRL_MouseClick(mmachine m);				// Remote Mouse Click
int GR_RMTCTRL_MouseDClick(mmachine m);				// Remote Mouse DClick
int GR_RMTCTRL_MouseUnClick(mmachine m);			// Remote Mouse UnClick
int GR_RMTCTRL_KeybdKeyDown(mmachine m);			// Remote Keyboard KeyDown


#endif //_REMOTECONTROL_H_
