aboutsummaryrefslogtreecommitdiff
path: root/engines/dm/inventory.cpp
blob: 378d79839be3c648736ff158f9969e0fee15b580 (plain)
1
2
3
4
5
6
7
8
9
10
11
#include "inventory.h"



namespace DM {

Viewport gViewportFloppyZzzCross = {174, 2}; // @ G0041_s_Graphic562_Box_ViewportFloppyZzzCross

InventoryMan::InventoryMan(DMEngine *vm): _vm(vm) {}

}