#include "enemy.h"
Enemy::Enemy()
{
}
void Enemy::reset_pos(float x, float y)
void Enemy::draw()
void Enemy::move(Direction dir)