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