summaryrefslogtreecommitdiff
path: root/2015-spacebot/src/enemy_bullet.cpp
blob: 6ae5066ac7aec65eaffc5829b6e88b0dd8c662f2 (plain)
1
2
3
4
5
6
#include "enemy_bullet.h"

EnemyBullet::EnemyBullet(int x, int y)
    :GameEntity(x, y)
{
}