+local function initialize()
+ loadCharSettings();
+ -- let other addons hook these to anchor tooltip elsewhere
+ GameTooltip = _G["GameTooltip"];
+ GameTooltip_SetDefaultAnchor = _G["GameTooltip_SetDefaultAnchor"];
+ initializePlayer(UIParent);
+ initializeTarget(UIParent);
+ -- TODO boss frames, pet frame, (arena frames)
+end
+