#include "dm.h" #include "gfx.h" namespace DM { class InventoryMan { DMEngine *_vm; public: InventoryMan(DMEngine *vm); }; }