6 #include "sdlinclude.h"
21 std::vector
<invent_t
> invent
;
23 typedef std::vector
<invent_t
>::iterator invElement
;
29 void addObject( Object
*o
);
30 Object
* removeObject( invElement i
);
31 Object
* removeObject( );
33 bool hasItem( const char *otype
);
35 void Draw( Sint16 X
, Sint16 Y
);