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

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