7 #include "VectorMath.h"
28 void RefreshHighlights();
29 void RefreshEntityHighlights();
30 void RefreshAreaHighlights();
31 void UpdateEntityList(
const std::vector<InteriorsHighlightKey>& keys,
const InteriorHighlightStyle& highlightStyle);
32 void OnHighlightChanged(
const std::vector<Highlights::InteriorsHighlightKey>& keys,
const InteriorHighlightStyle& highlightStyle);
34 const v4 ColorClearWhite =
v4(1.f,1.f,1.f,0.f);