1#ifndef GAME_CLIENT_COMPONENTS_TOOLTIPS_H
2#define GAME_CLIENT_COMPONENTS_TOOLTIPS_H
10#include <unordered_map>
42 virtual int Sizeof()
const override {
return sizeof(*this); }
55 void DoToolTip(
const void *pId,
const CUIRect *pNearRect,
const char *pText,
float WidthHint = -1.0f);
57 virtual void OnReset()
override;
Definition: component.h:20