shot-gun-pete/src/include/inventory.h

12 lines
60 B
C++

class Inventory{
public:
Inventory(){
};
};