22 #ifndef STARK_RESOURCES_KNOWLEDGE_SET_H 23 #define STARK_RESOURCES_KNOWLEDGE_SET_H 25 #include "common/str.h" 27 #include "engines/stark/gfx/renderentry.h" 28 #include "engines/stark/resources/object.h" 45 static const Type::ResourceType TYPE = Type::kKnowledgeSet;
71 Visual *getInventoryItemVisual(uint16 itemIndex);
74 int16 getNeighborInventoryItem(int16 selectedItem,
bool forward);
77 void printData()
override;
85 #endif // STARK_RESOURCES_KNOWLEDGE_SET_H Definition: knowledgeset.h:43
Definition: stateprovider.h:51