1. Added a tentative testing system. See tests/README.
[asgard.git] / Item.cpp
blob1f6ec7103c264d42e1590488b37a1f8c7e45ebb9
1 #include "Item.h"
3 Item::Item(string n)
5 name = n;
8 string Item::getName()
10 return name;