aboutsummaryrefslogtreecommitdiff
path: root/plugins/movement/movement.h
blob: c3afdac9abd2b192f95998353f73666588f6911c (plain)
1
2
3
4
5
6
7
8
#ifndef _MOVEMENT_H_
#define _MOVEMENT_H_
#include "../game/game.h"

extern enum direction last_player_move;
void move_player(enum direction dir);

#endif