(no commit message)
[asgard.git] / Item.cpp
blob1ea51bee011cda43ab3d4530c7db60b7c68af3c4
1 #include "Item.h"
3 Item::Item()
7 Item::Item(string n)
9 name = n;
12 string Item::getName()
14 return name;