11 lines
194 B
C++
11 lines
194 B
C++
|
#include "inventory.h"
|
||
|
|
||
|
|
||
|
|
||
|
namespace DM {
|
||
|
|
||
|
Viewport gViewportFloppyZzzCross = {174, 2}; // @ G0041_s_Graphic562_Box_ViewportFloppyZzzCross
|
||
|
|
||
|
InventoryMan::InventoryMan(DMEngine *vm): _vm(vm) {}
|
||
|
|
||
|
}
|