aboutsummaryrefslogtreecommitdiff
path: root/engines/dm/inventory.h
blob: 06488fe4d4ca6b002759dbfb66b98ef9dac25299 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
#include "dm.h"
#include "gfx.h"



namespace DM {

class InventoryMan {
	DMEngine *_vm;
public:
	InventoryMan(DMEngine *vm);
};

}