9 lines
88 B
C
9 lines
88 B
C
/* $Id$ */
|
|
|
|
#ifndef _MBFMOVE_H
|
|
#define _MBFMOVE_H
|
|
|
|
void Move(int, int, char *);
|
|
|
|
#endif
|