aboutsummaryrefslogtreecommitdiff
path: root/src/inventory.h
blob: 548b9511824e53a7e665c25cdbda4a32260ee4ac (plain)
1
2
3
4
5
6
7
8
9
#ifndef INVENTORY_H
#define INVENTORY_H

void inventory();

int inventoryStep();
void inventoryDraw();

#endif