You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
 
 
 
 
 
 

17 lines
375 B

/**
* @file itemlabels.h
*
* Adds item labels QoL feature
*/
#pragma once
namespace devilution {
void ToggleItemLabelHighlight();
void AltPressed(bool pressed);
bool IsItemLabelHighlighted();
bool IsHighlightingLabelsEnabled();
void AddItemToLabelQueue(int id, int x, int y);
void DrawItemNameLabels(const CelOutputBuffer &out);
} // namespace devilution