summaryrefslogtreecommitdiff
path: root/src/shield.cpp
blob: b58714acede3b36f70f15e2941d31b77005a3fdd (plain)
1
2
3
4
5
6
#include "shield.h"

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