SYMBOL INDEX (670 symbols across 104 files) FILE: Antario/EventListener.h function class (line 5) | class EventListener : public IGameEventListener2 FILE: Antario/Features/ESP.h function localTeam (line 15) | int localTeam{} function Color (line 17) | Color enemyColor{ 250, 165, 110, 255 }; FILE: Antario/Features/EnginePrediction.h function namespace (line 3) | namespace engine_prediction FILE: Antario/Features/Misc.h function class (line 5) | class Misc FILE: Antario/GUI/GUI.cpp function ObjectPtr (line 173) | ObjectPtr ControlManager::GetObjectAtPoint(SPoint ptPoint) function SPoint (line 1112) | SPoint ComboBox::GetSelectableSize() FILE: Antario/GUI/GUI.h function namespace (line 7) | namespace ui function MsgProc (line 105) | bool MsgProc(UINT uMsg, WPARAM wParam, LPARAM lParam) override ... function virtual (line 106) | virtual bool HandleKeyboardInput(UINT uMsg, WPARAM wParam, LPARAM lParam... function virtual (line 107) | virtual bool HandleMouseInput (UINT uMsg, WPARAM wParam, LPARAM lParam... function virtual (line 110) | virtual void SetPos(SPoint ptNewPosition) { this->rcBoundingBox.left =... function virtual (line 112) | virtual void SetSize(SSize sNewSize) { this->szSizeObject = sNewS... function virtual (line 113) | virtual SRect GetBBox() { return this->rcBoundingBox; } function virtual (line 115) | virtual void SetHovered(bool hov) { this->bIsHovered = hov; } function Initialize (line 119) | void Initialize() override { } function virtual (line 121) | virtual void SetupPositions() { this->SetupBaseSize(); } function virtual (line 125) | virtual void AddChild(ObjectPtr child) { this->vecChildren.push... function virtual (line 126) | virtual int GetMaxChildWidth() { return this->iMaxChild... function virtual (line 127) | virtual void SetParent(ObjectPtr parent) { this->pParent = parent; } function virtual (line 128) | virtual ObjectPtr GetParent() { return this->pParent; } function class (line 143) | class Control : public UIObject function SetupPositions (line 177) | void SetupPositions() override; function class (line 207) | class Tab : public ControlManager function class (line 224) | class ScrollBar : public Control function class (line 270) | class Section : public ControlManager function Render (line 301) | void Render() override; FILE: Antario/Hooks.cpp function HRESULT (line 108) | HRESULT __stdcall Hooks::Reset(IDirect3DDevice9* pDevice, D3DPRESENT_PAR... function HRESULT (line 126) | HRESULT __stdcall Hooks::Present(IDirect3DDevice9* pDevice, const RECT* ... function LRESULT (line 175) | LRESULT Hooks::WndProc(HWND hWnd, UINT uMsg, WPARAM wParam, LPARAM lParam) FILE: Antario/Hooks.h function namespace (line 11) | namespace vtable_indexes function class (line 20) | class Hooks function class (line 66) | class VMTHook function HRESULT (line 96) | HRESULT Hook(const std::size_t index, void* fnNew) function HRESULT (line 105) | HRESULT Unhook(const std::size_t index) FILE: Antario/LIB/freetype/freetype/config/ftconfig.h type FT_Int16 (line 169) | typedef signed short FT_Int16; type FT_UInt16 (line 180) | typedef unsigned short FT_UInt16; type FT_Int32 (line 197) | typedef signed XXX FT_Int32; type FT_UInt32 (line 208) | typedef unsigned XXX FT_UInt32; type FT_Int64 (line 220) | typedef signed XXX FT_Int64; type FT_UInt64 (line 232) | typedef unsigned XXX FT_UInt64; type FT_Int32 (line 240) | typedef signed int FT_Int32; type FT_UInt32 (line 241) | typedef unsigned int FT_UInt32; type FT_Int32 (line 245) | typedef signed long FT_Int32; type FT_UInt32 (line 246) | typedef unsigned long FT_UInt32; type FT_Fast (line 256) | typedef int FT_Fast; type FT_UFast (line 257) | typedef unsigned int FT_UFast; type FT_Fast (line 261) | typedef long FT_Fast; type FT_UFast (line 262) | typedef unsigned long FT_UFast; type FT_INT64 (line 330) | typedef FT_INT64 FT_Int64; type FT_UINT64 (line 331) | typedef FT_UINT64 FT_UInt64; FILE: Antario/LIB/freetype/freetype/freetype.h type FT_Glyph_Metrics_ (line 316) | struct FT_Glyph_Metrics_ type FT_Bitmap_Size (line 371) | typedef struct FT_Bitmap_Size_ type FT_LibraryRec_ (line 415) | struct FT_LibraryRec_ type FT_ModuleRec_ (line 435) | struct FT_ModuleRec_ type FT_DriverRec_ (line 447) | struct FT_DriverRec_ type FT_RendererRec_ (line 460) | struct FT_RendererRec_ type FT_FaceRec_ (line 499) | struct FT_FaceRec_ type FT_SizeRec_ (line 529) | struct FT_SizeRec_ type FT_GlyphSlotRec_ (line 548) | struct FT_GlyphSlotRec_ type FT_CharMapRec_ (line 582) | struct FT_CharMapRec_ type FT_Encoding (line 756) | typedef enum FT_Encoding_ type FT_CharMapRec (line 833) | typedef struct FT_CharMapRec_ type FT_Face_InternalRec_ (line 864) | struct FT_Face_InternalRec_ type FT_FaceRec (line 1041) | typedef struct FT_FaceRec_ type FT_Size_InternalRec_ (line 1501) | struct FT_Size_InternalRec_ type FT_Size_Metrics (line 1608) | typedef struct FT_Size_Metrics_ type FT_SizeRec (line 1645) | typedef struct FT_SizeRec_ type FT_SubGlyphRec_ (line 1671) | struct FT_SubGlyphRec_ type FT_Slot_InternalRec_ (line 1683) | struct FT_Slot_InternalRec_ type FT_GlyphSlotRec (line 1877) | typedef struct FT_GlyphSlotRec_ type FT_Parameter (line 2045) | typedef struct FT_Parameter_ type FT_Open_Args (line 2116) | typedef struct FT_Open_Args_ type FT_Size_Request_Type (line 2555) | typedef enum FT_Size_Request_Type_ type FT_Size_RequestRec (line 2607) | typedef struct FT_Size_RequestRec_ type FT_Size_RequestRec_ (line 2626) | struct FT_Size_RequestRec_ type FT_Render_Mode (line 3254) | typedef enum FT_Render_Mode_ type FT_Kerning_Mode (line 3411) | typedef enum FT_Kerning_Mode_ type FT_LayerIterator (line 4062) | typedef struct FT_LayerIterator_ FILE: Antario/LIB/freetype/freetype/ftbdf.h type BDF_PropertyType_ (line 74) | enum BDF_PropertyType_ type BDF_PropertyRec_ (line 93) | struct BDF_PropertyRec_ type BDF_PropertyRec (line 118) | typedef struct BDF_PropertyRec_ FILE: Antario/LIB/freetype/freetype/ftcache.h type FT_Error (line 210) | typedef FT_Error type FTC_ManagerRec_ (line 251) | struct FTC_ManagerRec_ type FTC_NodeRec_ (line 271) | struct FTC_NodeRec_ type FTC_ScalerRec (line 442) | typedef struct FTC_ScalerRec_ type FTC_ScalerRec_ (line 462) | struct FTC_ScalerRec_ type FTC_CMapCacheRec_ (line 574) | struct FTC_CMapCacheRec_ type FTC_ImageTypeRec (line 673) | typedef struct FTC_ImageTypeRec_ type FTC_ImageTypeRec_ (line 692) | struct FTC_ImageTypeRec_ type FTC_ImageCacheRec_ (line 714) | struct FTC_ImageCacheRec_ type FTC_SBitRec_ (line 862) | struct FTC_SBitRec_ type FTC_SBitRec (line 907) | typedef struct FTC_SBitRec_ type FTC_SBitCacheRec_ (line 936) | struct FTC_SBitCacheRec_ FILE: Antario/LIB/freetype/freetype/ftcolor.h type FT_Color_ (line 79) | struct FT_Color_ type FT_Palette_Data (line 169) | typedef struct FT_Palette_Data_ { FILE: Antario/LIB/freetype/freetype/ftdriver.h type FT_Prop_GlyphToScriptMap (line 1010) | typedef struct FT_Prop_GlyphToScriptMap_ type FT_Prop_IncreaseXHeight (line 1160) | typedef struct FT_Prop_IncreaseXHeight_ FILE: Antario/LIB/freetype/freetype/ftglyph.h type FT_Glyph_Class_ (line 70) | struct FT_Glyph_Class_ type FT_GlyphRec_ (line 88) | struct FT_GlyphRec_ type FT_GlyphRec (line 113) | typedef struct FT_GlyphRec_ type FT_BitmapGlyphRec_ (line 132) | struct FT_BitmapGlyphRec_ type FT_BitmapGlyphRec (line 168) | typedef struct FT_BitmapGlyphRec_ type FT_OutlineGlyphRec_ (line 187) | struct FT_OutlineGlyphRec_ type FT_OutlineGlyphRec (line 218) | typedef struct FT_OutlineGlyphRec_ type FT_Glyph_BBox_Mode (line 370) | typedef enum FT_Glyph_BBox_Mode_ FILE: Antario/LIB/freetype/freetype/ftimage.h type FT_Vector (line 76) | typedef struct FT_Vector_ type FT_BBox (line 119) | typedef struct FT_BBox_ type FT_Pixel_Mode (line 181) | typedef enum FT_Pixel_Mode_ type FT_Bitmap (line 261) | typedef struct FT_Bitmap_ type FT_Outline (line 337) | typedef struct FT_Outline_ type FT_Outline_Funcs (line 651) | typedef struct FT_Outline_Funcs_ type FT_Glyph_Format (line 736) | typedef enum FT_Glyph_Format_ type FT_RasterRec_ (line 821) | struct FT_RasterRec_ type FT_Span (line 851) | typedef struct FT_Span_ type FT_Raster_Params (line 1024) | typedef struct FT_Raster_Params_ type FT_Raster_Funcs (line 1215) | typedef struct FT_Raster_Funcs_ FILE: Antario/LIB/freetype/freetype/ftincrem.h type FT_IncrementalRec_ (line 86) | struct FT_IncrementalRec_ type FT_Incremental_MetricsRec (line 117) | typedef struct FT_Incremental_MetricsRec_ type FT_Incremental_MetricsRec_ (line 136) | struct FT_Incremental_MetricsRec_ type FT_Error (line 180) | typedef FT_Error type FT_Error (line 242) | typedef FT_Error type FT_Incremental_FuncsRec (line 271) | typedef struct FT_Incremental_FuncsRec_ type FT_Incremental_InterfaceRec (line 316) | typedef struct FT_Incremental_InterfaceRec_ type FT_Incremental_InterfaceRec (line 333) | typedef FT_Incremental_InterfaceRec* FT_Incremental_Interface; FILE: Antario/LIB/freetype/freetype/ftlcdfil.h type FT_LcdFilter_ (line 161) | enum FT_LcdFilter_ type FT_Byte (line 270) | typedef FT_Byte FT_LcdFiveTapFilter[FT_LCD_FILTER_FIVE_TAPS]; FILE: Antario/LIB/freetype/freetype/ftmm.h type FT_MM_Axis_ (line 76) | struct FT_MM_Axis_ type FT_Multi_Master (line 108) | typedef struct FT_Multi_Master_ type FT_Var_Axis (line 156) | typedef struct FT_Var_Axis_ type FT_Var_Named_Style (line 193) | typedef struct FT_Var_Named_Style_ type FT_MM_Var (line 243) | typedef struct FT_MM_Var_ FILE: Antario/LIB/freetype/freetype/ftmodapi.h type FT_Pointer (line 137) | typedef FT_Pointer FT_Module_Interface; type FT_Error (line 152) | typedef FT_Error type FT_Module_Interface (line 187) | typedef FT_Module_Interface type FT_Module_Class (line 233) | typedef struct FT_Module_Class_ type FT_TrueTypeEngineType (line 745) | typedef enum FT_TrueTypeEngineType_ FILE: Antario/LIB/freetype/freetype/ftoutln.h function FT_BEGIN_HEADER (line 34) | FT_BEGIN_HEADER FILE: Antario/LIB/freetype/freetype/ftrender.h type FT_Error (line 57) | typedef FT_Error type FT_Error (line 61) | typedef FT_Error type FT_Glyph_Class_ (line 74) | struct FT_Glyph_Class_ type FT_Error (line 88) | typedef FT_Error type FT_Error (line 94) | typedef FT_Error type FT_Error (line 107) | typedef FT_Error type FT_Renderer_Class (line 151) | typedef struct FT_Renderer_Class_ FILE: Antario/LIB/freetype/freetype/ftsnames.h type FT_SfntName_ (line 108) | struct FT_SfntName_ type FT_SfntLangTag (line 210) | typedef struct FT_SfntLangTag_ FILE: Antario/LIB/freetype/freetype/ftstroke.h type FT_StrokerRec_ (line 92) | struct FT_StrokerRec_ type FT_Stroker_LineJoin (line 138) | typedef enum FT_Stroker_LineJoin_ type FT_Stroker_LineCap (line 169) | typedef enum FT_Stroker_LineCap_ type FT_StrokerBorder (line 203) | typedef enum FT_StrokerBorder_ FILE: Antario/LIB/freetype/freetype/ftsystem.h type FT_MemoryRec_ (line 65) | struct FT_MemoryRec_ type FT_MemoryRec_ (line 170) | struct FT_MemoryRec_ type FT_StreamRec_ (line 199) | struct FT_StreamRec_ type FT_StreamDesc (line 212) | typedef union FT_StreamDesc_ type FT_StreamRec (line 328) | typedef struct FT_StreamRec_ FILE: Antario/LIB/freetype/freetype/fttypes.h type FT_FWord (line 120) | typedef signed short FT_FWord; type FT_UFWord (line 132) | typedef unsigned short FT_UFWord; type FT_Char (line 143) | typedef signed char FT_Char; type FT_Byte (line 154) | typedef unsigned char FT_Byte; type FT_Byte (line 165) | typedef const FT_Byte* FT_Bytes; type FT_UInt32 (line 176) | typedef FT_UInt32 FT_Tag; type FT_String (line 187) | typedef char FT_String; type FT_Short (line 198) | typedef signed short FT_Short; type FT_UShort (line 209) | typedef unsigned short FT_UShort; type FT_Int (line 220) | typedef signed int FT_Int; type FT_UInt (line 231) | typedef unsigned int FT_UInt; type FT_Long (line 242) | typedef signed long FT_Long; type FT_ULong (line 253) | typedef unsigned long FT_ULong; type FT_F2Dot14 (line 264) | typedef signed short FT_F2Dot14; type FT_F26Dot6 (line 275) | typedef signed long FT_F26Dot6; type FT_Fixed (line 287) | typedef signed long FT_Fixed; type FT_Error (line 299) | typedef int FT_Error; type FT_Offset (line 323) | typedef size_t FT_Offset; type ft_ptrdiff_t (line 336) | typedef ft_ptrdiff_t FT_PtrDist; type FT_UnitVector (line 355) | typedef struct FT_UnitVector_ type FT_Matrix (line 390) | typedef struct FT_Matrix_ type FT_Data (line 413) | typedef struct FT_Data_ type FT_Generic (line 467) | typedef struct FT_Generic_ type FT_ListNodeRec_ (line 523) | struct FT_ListNodeRec_ type FT_ListRec_ (line 534) | struct FT_ListRec_ type FT_ListNodeRec (line 555) | typedef struct FT_ListNodeRec_ type FT_ListRec (line 580) | typedef struct FT_ListRec_ FILE: Antario/LIB/freetype/freetype/ftwinfnt.h type FT_WinFNT_HeaderRec (line 184) | typedef struct FT_WinFNT_HeaderRec_ type FT_WinFNT_HeaderRec_ (line 234) | struct FT_WinFNT_HeaderRec_ FILE: Antario/LIB/freetype/freetype/internal/autohint.h type FT_AutoHinterRec_ (line 80) | struct FT_AutoHinterRec_ type FT_Error (line 185) | typedef FT_Error type FT_AutoHinter_InterfaceRec (line 201) | typedef struct FT_AutoHinter_InterfaceRec_ FILE: Antario/LIB/freetype/freetype/internal/cffotypes.h type CFF_SizeRec (line 44) | typedef struct CFF_SizeRec_ type CFF_GlyphSlotRec (line 60) | typedef struct CFF_GlyphSlotRec_ type CFF_InternalRec (line 81) | typedef struct CFF_InternalRec_ type CFF_Transform (line 93) | typedef struct CFF_Transform_ FILE: Antario/LIB/freetype/freetype/internal/cfftypes.h type CFF_IndexRec_ (line 69) | struct CFF_IndexRec_ type CFF_EncodingRec (line 85) | typedef struct CFF_EncodingRec_ type CFF_CharsetRec (line 97) | typedef struct CFF_CharsetRec_ type CFF_VarData (line 114) | typedef struct CFF_VarData_ type CFF_AxisCoords (line 128) | typedef struct CFF_AxisCoords_ type CFF_VarRegion (line 137) | typedef struct CFF_VarRegion_ type CFF_VStoreRec (line 144) | typedef struct CFF_VStoreRec_ type CFF_FontRec_ (line 157) | struct CFF_FontRec_ type CFF_BlendRec (line 171) | typedef struct CFF_BlendRec_ type CFF_FontRecDictRec (line 185) | typedef struct CFF_FontRecDictRec_ type CFF_SubFontRec_ (line 242) | struct CFF_SubFontRec_ type CFF_PrivateRec (line 245) | typedef struct CFF_PrivateRec_ type CFF_FDSelectRec (line 284) | typedef struct CFF_FDSelectRec_ type CFF_SubFontRec (line 303) | typedef struct CFF_SubFontRec_ type CFF_FontRec (line 338) | typedef struct CFF_FontRec_ FILE: Antario/LIB/freetype/freetype/internal/ftcalc.h function FT_Int32 (line 79) | static __inline__ FT_Int32 function FT_Int32 (line 115) | static __inline__ FT_Int32 function FT_Int32 (line 184) | static __inline__ FT_Int32 function FT_Int32 (line 382) | static __inline FT_Int32 FILE: Antario/LIB/freetype/freetype/internal/ftdebug.h type FT_Trace (line 57) | typedef enum FT_Trace_ FILE: Antario/LIB/freetype/freetype/internal/ftdrv.h type FT_Error (line 41) | typedef FT_Error type FT_Error (line 48) | typedef FT_Error type FT_Error (line 55) | typedef FT_Error type FT_Error (line 59) | typedef FT_Error type FT_Error (line 63) | typedef FT_Error type FT_Error (line 70) | typedef FT_Error type FT_Error (line 77) | typedef FT_Error type FT_Error (line 82) | typedef FT_Error type FT_Driver_ClassRec (line 164) | typedef struct FT_Driver_ClassRec_ FILE: Antario/LIB/freetype/freetype/internal/ftgloadr.h type FT_SubGlyphRec_ (line 39) | struct FT_SubGlyphRec_ type FT_GlyphLoadRec (line 50) | typedef struct FT_GlyphLoadRec_ type FT_GlyphLoaderRec (line 61) | typedef struct FT_GlyphLoaderRec_ FILE: Antario/LIB/freetype/freetype/internal/fthash.h type FT_HashnodeRec (line 61) | typedef struct FT_HashnodeRec_ type FT_HashnodeRec_ (line 68) | struct FT_HashnodeRec_ type FT_ULong (line 71) | typedef FT_ULong type FT_Bool (line 74) | typedef FT_Bool type FT_HashRec (line 79) | typedef struct FT_HashRec_ type FT_HashRec_ (line 92) | struct FT_HashRec_ FILE: Antario/LIB/freetype/freetype/internal/ftmemory.h function T (line 70) | T* FILE: Antario/LIB/freetype/freetype/internal/ftobjs.h type FT_CMapRec_ (line 143) | struct FT_CMapRec_ type FT_CMap_ClassRec_ (line 146) | struct FT_CMap_ClassRec_ type FT_CMapRec (line 149) | typedef struct FT_CMapRec_ type FT_Error (line 167) | typedef FT_Error type FT_UInt (line 174) | typedef FT_UInt type FT_UInt (line 178) | typedef FT_UInt type FT_UInt (line 182) | typedef FT_UInt type FT_Int (line 188) | typedef FT_Int type FT_UInt32 (line 193) | typedef FT_UInt32 * type FT_UInt32 (line 197) | typedef FT_UInt32 * type FT_UInt32 (line 202) | typedef FT_UInt32 * type FT_CMap_ClassRec (line 208) | typedef struct FT_CMap_ClassRec_ type FT_Face_InternalRec (line 359) | typedef struct FT_Face_InternalRec_ type FT_GlyphSlot_InternalRec (line 425) | typedef struct FT_Slot_InternalRec_ type FT_Size_InternalRec (line 459) | typedef struct FT_Size_InternalRec_ type FT_ModuleRec (line 500) | typedef struct FT_ModuleRec_ type FT_RendererRec (line 743) | typedef struct FT_RendererRec_ type FT_DriverRec (line 801) | typedef struct FT_DriverRec_ type FT_LibraryRec (line 895) | typedef struct FT_LibraryRec_ type FT_Error (line 937) | typedef FT_Error type FT_UInt (line 943) | typedef FT_UInt FILE: Antario/LIB/freetype/freetype/internal/ftrfork.h type FT_RFork_Ref (line 44) | typedef struct FT_RFork_Ref_ type FT_Error (line 53) | typedef FT_Error type FT_RFork_Rule (line 60) | typedef enum FT_RFork_Rule_ { type ft_raccess_guess_rec (line 78) | typedef struct ft_raccess_guess_rec_ { FILE: Antario/LIB/freetype/freetype/internal/ftserv.h type FT_ServiceDescRec (line 152) | typedef struct FT_ServiceDescRec_ type FT_ServiceDescRec (line 159) | typedef const FT_ServiceDescRec* FT_ServiceDesc; type FT_ServiceCacheRec (line 388) | typedef struct FT_ServiceCacheRec_ FILE: Antario/LIB/freetype/freetype/internal/ftstream.h type FT_Frame_Op (line 57) | typedef enum FT_Frame_Op_ type FT_Frame_Field (line 86) | typedef struct FT_Frame_Field_ FILE: Antario/LIB/freetype/freetype/internal/ftvalid.h type FT_ValidatorRec_ (line 42) | struct FT_ValidatorRec_ type FT_ValidationLevel (line 70) | typedef enum FT_ValidationLevel_ type FT_ValidatorRec (line 88) | typedef struct FT_ValidatorRec_ FILE: Antario/LIB/freetype/freetype/internal/psaux.h type PS_DriverRec_ (line 42) | struct PS_DriverRec_ type PS_TableRec_ (line 63) | struct PS_TableRec_ type PS_Table_FuncsRec_ (line 64) | struct PS_Table_FuncsRec_ type PS_Table_FuncsRec (line 88) | typedef struct PS_Table_FuncsRec_ type PS_TableRec (line 151) | typedef struct PS_TableRec_ type PS_ParserRec_ (line 177) | struct PS_ParserRec_ type T1_TokenRec_ (line 179) | struct T1_TokenRec_ type T1_FieldRec_ (line 181) | struct T1_FieldRec_ type T1_TokenType (line 185) | typedef enum T1_TokenType_ type T1_TokenRec (line 200) | typedef struct T1_TokenRec_ type T1_FieldType (line 210) | typedef enum T1_FieldType_ type T1_FieldLocation (line 231) | typedef enum T1_FieldLocation_ type T1_FieldRec (line 255) | typedef struct T1_FieldRec_ type PS_Parser_FuncsRec_ (line 371) | struct PS_Parser_FuncsRec_ type PS_Parser_FuncsRec (line 373) | typedef struct PS_Parser_FuncsRec_ type PS_ParserRec (line 465) | typedef struct PS_ParserRec_ type PS_Builder (line 487) | typedef struct PS_Builder_ PS_Builder; type PS_Builder_FuncsRec_ (line 488) | struct PS_Builder_FuncsRec_ type PS_Builder_FuncsRec (line 490) | typedef struct PS_Builder_FuncsRec_ type PS_Builder_ (line 564) | struct PS_Builder_ type PS_Decoder_Zone (line 610) | typedef struct PS_Decoder_Zone_ type FT_Error (line 619) | typedef FT_Error type PS_Decoder (line 631) | typedef struct PS_Decoder_ type T1_BuilderRec_ (line 699) | struct T1_BuilderRec_ type FT_Error (line 702) | typedef FT_Error type FT_Error (line 712) | typedef FT_Error type FT_Error (line 717) | typedef FT_Error type FT_Error (line 720) | typedef FT_Error type T1_Builder_FuncsRec_ (line 729) | struct T1_Builder_FuncsRec_ type T1_Builder_FuncsRec (line 731) | typedef struct T1_Builder_FuncsRec_ type T1_ParseState (line 754) | typedef enum T1_ParseState_ type T1_BuilderRec (line 828) | typedef struct T1_BuilderRec_ type T1_Decoder_ZoneRec (line 886) | typedef struct T1_Decoder_ZoneRec_ type T1_DecoderRec_ (line 895) | struct T1_DecoderRec_ type T1_Decoder_FuncsRec_ (line 896) | struct T1_Decoder_FuncsRec_ type FT_Error (line 899) | typedef FT_Error type T1_Decoder_FuncsRec (line 904) | typedef struct T1_Decoder_FuncsRec_ type T1_DecoderRec (line 941) | typedef struct T1_DecoderRec_ type CFF_Builder (line 994) | typedef struct CFF_Builder_ CFF_Builder; type FT_Error (line 997) | typedef FT_Error type FT_Error (line 1006) | typedef FT_Error type FT_Error (line 1010) | typedef FT_Error type FT_Error (line 1017) | typedef FT_Error type CFF_Builder_FuncsRec_ (line 1020) | struct CFF_Builder_FuncsRec_ type CFF_Builder_FuncsRec (line 1022) | typedef struct CFF_Builder_FuncsRec_ type CFF_Builder_ (line 1108) | struct CFF_Builder_ type CFF_Decoder_Zone (line 1158) | typedef struct CFF_Decoder_Zone_ type CFF_Decoder (line 1167) | typedef struct CFF_Decoder_ type CFF_Decoder_FuncsRec_ (line 1214) | struct CFF_Decoder_FuncsRec_ type CFF_Decoder_FuncsRec (line 1216) | typedef struct CFF_Decoder_FuncsRec_ type AFM_ParserRec_ (line 1257) | struct AFM_ParserRec_ type AFM_Parser_FuncsRec (line 1259) | typedef struct AFM_Parser_FuncsRec_ type AFM_StreamRec_ (line 1276) | struct AFM_StreamRec_ type AFM_ParserRec (line 1300) | typedef struct AFM_ParserRec_ type T1_CMap_ClassesRec_ (line 1325) | struct T1_CMap_ClassesRec_ type T1_CMap_ClassesRec (line 1327) | typedef struct T1_CMap_ClassesRec_ type PSAux_ServiceRec (line 1345) | typedef struct PSAux_ServiceRec_ type PSAux_ServiceRec (line 1381) | typedef PSAux_ServiceRec PSAux_Interface; FILE: Antario/LIB/freetype/freetype/internal/pshints.h type PSH_GlobalsRec_ (line 41) | struct PSH_GlobalsRec_ type FT_Error (line 43) | typedef FT_Error type PSH_Globals_FuncsRec (line 59) | typedef struct PSH_Globals_FuncsRec_ type T1_HintsRec_ (line 104) | struct T1_HintsRec_ type T1_Hints_FuncsRec_ (line 117) | struct T1_Hints_FuncsRec_ type FT_Error (line 265) | typedef FT_Error type FT_Error (line 304) | typedef FT_Error type T1_Hints_FuncsRec (line 342) | typedef struct T1_Hints_FuncsRec_ type T2_HintsRec_ (line 391) | struct T2_HintsRec_ type T2_Hints_FuncsRec_ (line 404) | struct T2_Hints_FuncsRec_ type FT_Error (line 579) | typedef FT_Error type FT_Error (line 617) | typedef FT_Error type T2_Hints_FuncsRec (line 655) | typedef struct T2_Hints_FuncsRec_ type PSHinter_Interface (line 671) | typedef struct PSHinter_Interface_ type PSHinter_Interface (line 679) | typedef PSHinter_Interface* PSHinter_Service; FILE: Antario/LIB/freetype/freetype/internal/services/svbdf.h type FT_Error (line 31) | typedef FT_Error type FT_Error (line 36) | typedef FT_Error function FT_DEFINE_SERVICE (line 42) | FT_DEFINE_SERVICE( BDF ) FILE: Antario/LIB/freetype/freetype/internal/services/svcfftl.h type FT_UShort (line 32) | typedef FT_UShort type FT_Error (line 35) | typedef FT_Error type FT_Byte (line 41) | typedef FT_Byte type FT_Bool (line 45) | typedef FT_Bool type FT_Error (line 51) | typedef FT_Error function FT_DEFINE_SERVICE (line 58) | FT_DEFINE_SERVICE( CFFLoad ) FILE: Antario/LIB/freetype/freetype/internal/services/svcid.h type FT_Error (line 30) | typedef FT_Error type FT_Error (line 35) | typedef FT_Error type FT_Error (line 38) | typedef FT_Error function FT_DEFINE_SERVICE (line 43) | FT_DEFINE_SERVICE( CID ) FILE: Antario/LIB/freetype/freetype/internal/services/svgldict.h type FT_Error (line 37) | typedef FT_Error type FT_UInt (line 43) | typedef FT_UInt function FT_DEFINE_SERVICE (line 48) | FT_DEFINE_SERVICE( GlyphDict ) FILE: Antario/LIB/freetype/freetype/internal/services/svgxval.h type FT_Error (line 40) | typedef FT_Error type FT_Error (line 47) | typedef FT_Error function FT_DEFINE_SERVICE (line 53) | FT_DEFINE_SERVICE( GXvalidate ) function FT_DEFINE_SERVICE (line 58) | FT_DEFINE_SERVICE( CKERNvalidate ) FILE: Antario/LIB/freetype/freetype/internal/services/svkern.h type FT_Error (line 31) | typedef FT_Error function FT_DEFINE_SERVICE (line 37) | FT_DEFINE_SERVICE( Kerning ) FILE: Antario/LIB/freetype/freetype/internal/services/svmetric.h type FT_Error (line 38) | typedef FT_Error type FT_Error (line 43) | typedef FT_Error type FT_Error (line 48) | typedef FT_Error type FT_Error (line 55) | typedef FT_Error type FT_Error (line 60) | typedef FT_Error type FT_Error (line 65) | typedef FT_Error type FT_Error (line 70) | typedef FT_Error function FT_DEFINE_SERVICE (line 81) | FT_DEFINE_SERVICE( MetricsVariations ) FILE: Antario/LIB/freetype/freetype/internal/services/svmm.h type FT_Error (line 38) | typedef FT_Error type FT_Error (line 42) | typedef FT_Error type FT_Error (line 46) | typedef FT_Error type FT_Error (line 53) | typedef FT_Error type FT_Error (line 60) | typedef FT_Error type FT_Error (line 65) | typedef FT_Error type FT_Error (line 70) | typedef FT_Error type FT_Error (line 74) | typedef FT_Error type FT_Error (line 79) | typedef FT_Error type FT_Error (line 89) | typedef FT_Error type FT_Error (line 94) | typedef FT_Error function FT_DEFINE_SERVICE (line 100) | FT_DEFINE_SERVICE( MultiMasters ) FILE: Antario/LIB/freetype/freetype/internal/services/svotval.h type FT_Error (line 31) | typedef FT_Error function FT_DEFINE_SERVICE (line 41) | FT_DEFINE_SERVICE( OTvalidate ) FILE: Antario/LIB/freetype/freetype/internal/services/svpfr.h type FT_Error (line 32) | typedef FT_Error type FT_Error (line 39) | typedef FT_Error type FT_Error (line 45) | typedef FT_Error function FT_DEFINE_SERVICE (line 51) | FT_DEFINE_SERVICE( PfrMetrics ) FILE: Antario/LIB/freetype/freetype/internal/services/svpostnm.h function FT_DEFINE_SERVICE (line 44) | FT_DEFINE_SERVICE( PsFontName ) FILE: Antario/LIB/freetype/freetype/internal/services/svprop.h type FT_Error (line 29) | typedef FT_Error type FT_Error (line 35) | typedef FT_Error function FT_DEFINE_SERVICE (line 41) | FT_DEFINE_SERVICE( Properties ) FILE: Antario/LIB/freetype/freetype/internal/services/svpscmap.h type FT_UInt32 (line 34) | typedef FT_UInt32 type PS_UniMap (line 53) | typedef struct PS_UniMap_ type PS_UnicodesRec_ (line 61) | struct PS_UnicodesRec_ type PS_UnicodesRec (line 63) | typedef struct PS_UnicodesRec_ type FT_Error (line 88) | typedef FT_Error type FT_UInt (line 96) | typedef FT_UInt type FT_UInt32 (line 100) | typedef FT_UInt32 function FT_DEFINE_SERVICE (line 105) | FT_DEFINE_SERVICE( PsCMaps ) FILE: Antario/LIB/freetype/freetype/internal/services/svpsinfo.h type FT_Error (line 32) | typedef FT_Error type FT_Error (line 36) | typedef FT_Error type FT_Int (line 40) | typedef FT_Int type FT_Error (line 43) | typedef FT_Error type FT_Long (line 47) | typedef FT_Long function FT_DEFINE_SERVICE (line 55) | FT_DEFINE_SERVICE( PsInfo ) FILE: Antario/LIB/freetype/freetype/internal/services/svsfnt.h type FT_Error (line 39) | typedef FT_Error type FT_Error (line 57) | typedef FT_Error function FT_DEFINE_SERVICE (line 65) | FT_DEFINE_SERVICE( SFNT_Table ) FILE: Antario/LIB/freetype/freetype/internal/services/svttcmap.h type TT_CMapInfo (line 57) | typedef struct TT_CMapInfo_ type FT_Error (line 65) | typedef FT_Error function FT_DEFINE_SERVICE (line 70) | FT_DEFINE_SERVICE( TTCMaps ) FILE: Antario/LIB/freetype/freetype/internal/services/svtteng.h function FT_DEFINE_SERVICE (line 39) | FT_DEFINE_SERVICE( TrueTypeEngine ) FILE: Antario/LIB/freetype/freetype/internal/services/svttglyf.h type FT_ULong (line 31) | typedef FT_ULong function FT_DEFINE_SERVICE (line 36) | FT_DEFINE_SERVICE( TTGlyf ) FILE: Antario/LIB/freetype/freetype/internal/services/svwinfnt.h type FT_Error (line 31) | typedef FT_Error function FT_DEFINE_SERVICE (line 36) | FT_DEFINE_SERVICE( WinFnt ) FILE: Antario/LIB/freetype/freetype/internal/sfnt.h type FT_Error (line 113) | typedef FT_Error type FT_Error (line 179) | typedef FT_Error type FT_Error (line 220) | typedef FT_Error type FT_Error (line 259) | typedef FT_Error type FT_Error (line 304) | typedef FT_Error type FT_Error (line 337) | typedef FT_Error type FT_Error (line 366) | typedef FT_Error type FT_Error (line 393) | typedef FT_Error type FT_Error (line 421) | typedef FT_Error type FT_Error (line 478) | typedef FT_Error type FT_Bool (line 519) | typedef FT_Bool type FT_Error (line 558) | typedef FT_Error type FT_Error (line 588) | typedef FT_Error type FT_Bool (line 622) | typedef FT_Bool type FT_Error (line 651) | typedef FT_Error type FT_Int (line 692) | typedef FT_Int type SFNT_Interface (line 710) | typedef struct SFNT_Interface_ type SFNT_Interface (line 784) | typedef SFNT_Interface* SFNT_Service; FILE: Antario/LIB/freetype/freetype/internal/t1types.h type T1_EncodingRecRec_ (line 73) | struct T1_EncodingRecRec_ type PS_FontExtraRec (line 90) | typedef struct PS_FontExtraRec_ type T1_FontRec (line 97) | typedef struct T1_FontRec_ type CID_SubrsRec (line 133) | typedef struct CID_SubrsRec_ type AFM_TrackKernRec (line 153) | typedef struct AFM_TrackKernRec_ type AFM_KernPairRec (line 163) | typedef struct AFM_KernPairRec_ type AFM_FontInfoRec (line 172) | typedef struct AFM_FontInfoRec_ type T1_FaceRec_ (line 199) | struct T1_FaceRec_ type CID_FaceRec_ (line 200) | struct CID_FaceRec_ type T1_FaceRec (line 203) | typedef struct T1_FaceRec_ type CID_FaceRec (line 233) | typedef struct CID_FaceRec_ FILE: Antario/LIB/freetype/freetype/internal/tttypes.h type TTC_HeaderRec_ (line 74) | struct TTC_HeaderRec_ type SFNT_HeaderRec (line 108) | typedef struct SFNT_HeaderRec_ type TT_TableRec (line 143) | typedef struct TT_TableRec_ type WOFF_HeaderRec (line 166) | typedef struct WOFF_HeaderRec_ type WOFF_TableRec (line 215) | typedef struct WOFF_TableRec_ type TT_LongMetricsRec (line 244) | typedef struct TT_LongMetricsRec_ type FT_Short (line 261) | typedef FT_Short TT_ShortMetrics; type TT_NameRec (line 297) | typedef struct TT_NameRec_ type TT_LangTagRec (line 334) | typedef struct TT_LangTagRec_ type TT_NameTableRec (line 377) | typedef struct TT_NameTableRec_ type TT_GaspRangeRec (line 420) | typedef struct TT_GaspRangeRec_ type TT_GaspRec (line 451) | typedef struct TT_Gasp_ type TT_SBit_MetricsRec (line 508) | typedef struct TT_SBit_MetricsRec_ type TT_SBit_SmallMetricsRec (line 550) | typedef struct TT_SBit_Small_Metrics_ type TT_SBit_LineMetricsRec (line 616) | typedef struct TT_SBit_LineMetricsRec_ type TT_SBit_RangeRec (line 680) | typedef struct TT_SBit_RangeRec_ type TT_SBit_StrikeRec (line 750) | typedef struct TT_SBit_StrikeRec_ type TT_SBit_ComponentRec (line 791) | typedef struct TT_SBit_ComponentRec_ type TT_SBit_ScaleRec (line 828) | typedef struct TT_SBit_ScaleRec_ type TT_Post_20Rec (line 877) | typedef struct TT_Post_20Rec_ type TT_Post_25Rec (line 903) | typedef struct TT_Post_25_ type TT_Post_NamesRec (line 929) | typedef struct TT_Post_NamesRec_ type GX_BlendRec_ (line 957) | struct GX_BlendRec_ type TT_BDFRec (line 1014) | typedef struct TT_BDFRec_ type TT_FaceRec_ (line 1064) | struct TT_FaceRec_ type FT_Error (line 1068) | typedef FT_Error type TT_LoaderRec_ (line 1072) | struct TT_LoaderRec_ type FT_Error (line 1103) | typedef FT_Error type FT_Error (line 1140) | typedef FT_Error type FT_Error (line 1163) | typedef FT_Error type TT_SbitTableType (line 1183) | typedef enum TT_SbitTableType_ type TT_FaceRec (line 1536) | typedef struct TT_FaceRec_ type TT_GlyphZoneRec (line 1764) | typedef struct TT_GlyphZoneRec_ type TT_ExecContextRec_ (line 1785) | struct TT_ExecContextRec_ type TT_SizeRec_ (line 1796) | struct TT_SizeRec_ type TT_LoaderRec (line 1800) | typedef struct TT_LoaderRec_ FILE: Antario/LIB/freetype/freetype/t1tables.h type PS_FontInfoRec_ (line 89) | struct PS_FontInfoRec_ type PS_FontInfoRec_ (line 112) | struct PS_FontInfoRec_ type PS_FontInfoRec (line 124) | typedef PS_FontInfoRec T1_FontInfo; type PS_PrivateRec (line 137) | typedef struct PS_PrivateRec_ type PS_PrivateRec_ (line 186) | struct PS_PrivateRec_ type PS_PrivateRec (line 198) | typedef PS_PrivateRec T1_Private; type T1_Blend_Flags (line 227) | typedef enum T1_Blend_Flags_ type PS_DesignMapRec (line 284) | typedef struct PS_DesignMap_ type PS_DesignMapRec (line 293) | typedef PS_DesignMapRec T1_DesignMap; type PS_BlendRec (line 296) | typedef struct PS_BlendRec_ type PS_BlendRec (line 328) | typedef PS_BlendRec T1_Blend; type CID_FaceDictRec (line 348) | typedef struct CID_FaceDictRec_ type CID_FaceDictRec_ (line 377) | struct CID_FaceDictRec_ type CID_FaceDictRec (line 390) | typedef CID_FaceDictRec CID_FontDict; type CID_FaceInfoRec (line 401) | typedef struct CID_FaceInfoRec_ type CID_FaceInfoRec_ (line 439) | struct CID_FaceInfoRec_ type CID_FaceInfoRec (line 451) | typedef CID_FaceInfoRec CID_Info; type T1_EncodingType (line 564) | typedef enum T1_EncodingType_ type PS_Dict_Keys (line 635) | typedef enum PS_Dict_Keys_ FILE: Antario/LIB/freetype/freetype/tttables.h type TT_Header_ (line 85) | struct TT_Header_ type TT_HoriHeader (line 201) | typedef struct TT_HoriHeader_ type TT_VertHeader (line 319) | typedef struct TT_VertHeader_ type TT_OS2 (line 376) | typedef struct TT_OS2_ type TT_Postscript (line 451) | typedef struct TT_Postscript_ type TT_PCLT (line 478) | typedef struct TT_PCLT_ type TT_MaxProfile (line 568) | typedef struct TT_MaxProfile_ type FT_Sfnt_Tag (line 621) | typedef enum FT_Sfnt_Tag_ FILE: Antario/Menu.cpp function Detach (line 5) | void Detach() { g_Settings.bCheatActive = false; } FILE: Antario/SDK/CGlobalVarsBase.h function class (line 3) | class CGlobalVarsBase FILE: Antario/SDK/CHandle.h function class (line 12) | class IHandleEntity function class (line 20) | class CBaseHandle function CBaseHandle (line 95) | CBaseHandle(handle) FILE: Antario/SDK/CInput.h type CRC32_t (line 46) | typedef unsigned long CRC32_t; function class (line 48) | class CUserCmd function class (line 71) | class CVerifiedUserCmd function class (line 78) | class CInput type JoystickAxis_t (line 116) | enum JoystickAxis_t type ButtonCode_t (line 134) | enum ButtonCode_t : int type MouseCodeState_t (line 311) | enum MouseCodeState_t FILE: Antario/SDK/CPrediction.h function class (line 11) | class IMoveHelper type CMoveData (line 21) | struct CMoveData { byte data[184]; } function class (line 23) | class IGameMovement function class (line 46) | class CPrediction FILE: Antario/SDK/ClientClass.h type IClientNetworkable (line 8) | typedef IClientNetworkable* (*CreateClientClassFn)(int entnum, int ser... type IClientNetworkable (line 9) | typedef IClientNetworkable* (*CreateEventFn)(); function class (line 11) | class ClientClass FILE: Antario/SDK/Definitions.h type class (line 7) | enum class type class (line 288) | enum class type EntityFlags (line 306) | enum EntityFlags : int type class (line 319) | enum class type class (line 377) | enum class function class (line 392) | class WeaponInfo_t { function class (line 498) | class CWeaponSystem FILE: Antario/SDK/IBaseClientDll.h function class (line 5) | class IBaseClientDLL FILE: Antario/SDK/IClientEntity.h type SpatializationInfo_t (line 5) | struct SpatializationInfo_t FILE: Antario/SDK/IClientEntityList.h function class (line 4) | class IClientEntityList FILE: Antario/SDK/IClientMode.h type class (line 7) | enum class type class (line 18) | enum class function class (line 25) | class CViewSetup function class (line 45) | class IClientMode FILE: Antario/SDK/IClientNetworkable.h function class (line 7) | class IClientNetworkable FILE: Antario/SDK/IClientRenderable.h type ClientShadowHandle_t (line 5) | typedef unsigned short ClientShadowHandle_t; type ClientRenderHandle_t (line 6) | typedef unsigned short ClientRenderHandle_t; type ModelInstanceHandle_t (line 7) | typedef unsigned short ModelInstanceHandle_t; type uint8 (line 8) | typedef unsigned char uint8; type model_t (line 11) | struct model_t type RenderableInstance_t (line 14) | struct RenderableInstance_t function class (line 19) | class IClientRenderable FILE: Antario/SDK/IClientThinkable.h type CClientThinkHandlePtr (line 5) | typedef CClientThinkHandlePtr* ClientThinkHandle_t; function class (line 7) | class IClientThinkable FILE: Antario/SDK/IClientUnknown.h function class (line 11) | class ICollideable FILE: Antario/SDK/IGameEvent.h function class (line 8) | class IGameEvent FILE: Antario/SDK/IVEngineClient.h type InputContextHandle_t__ (line 14) | struct InputContextHandle_t__ type client_textmessage_t (line 15) | struct client_textmessage_t type model_t (line 16) | struct model_t function class (line 27) | class INetChannelInfo type Frustum_t (line 81) | struct Frustum_t type con_nprint_s (line 117) | struct con_nprint_s FILE: Antario/SDK/KeyValues.h function class (line 44) | class KeyValues FILE: Antario/SDK/PlayerInfo.h type PlayerInfo_t (line 3) | typedef struct PlayerInfo_s FILE: Antario/SDK/Recv.h type SendPropType (line 3) | typedef enum function IsInitialized (line 152) | bool IsInitialized() const; function RecvProp (line 185) | inline RecvProp* RecvTable::GetProp(int i) function SetInitialized (line 195) | inline void RecvTable::SetInitialized(bool bInitialized) function SetInMainList (line 205) | inline void RecvTable::SetInMainList(bool bInList) function InitArray (line 216) | inline void RecvProp::InitArray(int nElements, int elementStride) function SetNumElements (line 228) | inline void RecvProp::SetNumElements(int nElements) function SetElementStride (line 238) | inline void RecvProp::SetElementStride(int stride) function RecvTable (line 258) | inline RecvTable* RecvProp::GetDataTable() const function SetDataTable (line 263) | inline void RecvProp::SetDataTable(RecvTable *pTable) function SetProxyFn (line 273) | inline void RecvProp::SetProxyFn(RecvVarProxyFn fn) function SetDataTableProxyFn (line 283) | inline void RecvProp::SetDataTableProxyFn(DataTableRecvVarProxyFn fn) function SetOffset (line 293) | inline void RecvProp::SetOffset(int o) function RecvProp (line 298) | inline RecvProp* RecvProp::GetArrayProp() const function SetArrayProp (line 303) | inline void RecvProp::SetArrayProp(RecvProp *pProp) function SetArrayLengthProxy (line 308) | inline void RecvProp::SetArrayLengthProxy(ArrayLengthRecvProxyFn proxy) function SetInsideArray (line 323) | inline void RecvProp::SetInsideArray() function SetExtraData (line 333) | inline void RecvProp::SetExtraData(const void *pData) function SetParentArrayPropName (line 343) | inline void RecvProp::SetParentArrayPropName(const char *pArrayPropName) FILE: Antario/SDK/VMatrix.h type cplane_t (line 4) | struct cplane_t function class (line 14) | class matrix3x4_t function Init (line 31) | void Init(const Vector& xAxis, const Vector& yAxis, const Vector& zAxis,... function SetOrigin (line 47) | inline void SetOrigin(Vector const & p) function Invalidate (line 54) | inline void Invalidate(void) function class (line 70) | class VMatrix FILE: Antario/SDK/Vector.h type vec_t (line 48) | typedef float vec_t; function class (line 50) | class Vector function Init (line 105) | inline void Vector::Init(float ix, float iy, float iz) function Vector (line 111) | inline Vector::Vector(float X, float Y, float Z) function Vector (line 117) | inline Vector::Vector(void) { x = 0; y = 0; z = 0; } function Zero (line 119) | inline void Vector::Zero() function VectorClear (line 124) | inline void VectorClear(Vector& a) function const (line 142) | inline float Vector::operator[](int i) const function src (line 148) | inline bool Vector::operator==(const Vector& src) const function src (line 155) | inline bool Vector::operator!=(const Vector& src) const function VectorCopy (line 162) | inline void VectorCopy(const Vector& src, Vector& dst) function Vector (line 170) | inline Vector& Vector::operator+=(const Vector& v) function Vector (line 178) | inline Vector& Vector::operator-=(const Vector& v) function Vector (line 186) | inline Vector& Vector::operator*=(float fl) function Vector (line 195) | inline Vector& Vector::operator*=(const Vector& v) function Vector (line 205) | inline Vector& Vector::operator+=(float fl) function Vector (line 214) | inline Vector& Vector::operator-=(float fl) function Vector (line 223) | inline Vector& Vector::operator/=(float fl) function Vector (line 234) | inline Vector& Vector::operator/=(const Vector& v) function Length (line 245) | inline float Vector::Length(void) const function Length2D (line 258) | inline float Vector::Length2D(void) const function Length2DSqr (line 271) | inline float Vector::Length2DSqr(void) const function Vector (line 276) | inline Vector CrossProduct(const Vector& a, const Vector& b) function DistTo (line 281) | float Vector::DistTo(const Vector &vOther) const function DistToSqr (line 291) | float Vector::DistToSqr(const Vector &vOther) const function Vector (line 302) | inline Vector Vector::Normalize() function NormalizeInPlace (line 322) | inline float Vector::NormalizeInPlace() function MulAdd (line 336) | inline void Vector::MulAdd(const Vector& a, const Vector& b, float scalar) function VectorNormalize (line 343) | inline float VectorNormalize(Vector& v) function VectorNormalize (line 360) | inline float VectorNormalize(float * v) function Vector (line 384) | inline Vector Vector::operator*(float fl) const function Vector (line 393) | inline Vector Vector::operator*(const Vector& v) const function Vector (line 402) | inline Vector Vector::operator/(float fl) const function Vector (line 411) | inline Vector Vector::operator/(const Vector& v) const function Dot (line 419) | inline float Vector::Dot(const Vector& vOther) const function VectorLength (line 430) | inline float VectorLength(const Vector& v) function VectorSubtract (line 437) | inline void VectorSubtract(const Vector& a, const Vector& b, Vector& c) function VectorAdd (line 447) | inline void VectorAdd(const Vector& a, const Vector& b, Vector& c) function VectorMAInline (line 469) | inline void VectorMAInline(const float* start, float scale, const float*... function VectorMAInline (line 476) | inline void VectorMAInline(const Vector& start, float scale, const Vecto... function VectorMA (line 483) | inline void VectorMA(const Vector& start, float scale, const Vector& dir... function VectorMA (line 488) | inline void VectorMA(const float * start, float scale, const float *dire... function IsFinite (line 533) | inline bool IsFinite(float f) function class (line 542) | class Vector2D function Vector2D (line 1177) | inline Vector2D Vector2D::operator*(const float fl) const function Vector2D (line 1184) | inline Vector2D Vector2D::operator*(const Vector2D& v) const function Vector2D (line 1191) | inline Vector2D Vector2D::operator/(const float fl) const function Vector2D (line 1198) | inline Vector2D Vector2D::operator/(const Vector2D& v) const function class (line 1211) | class QAngle FILE: Antario/Settings.h function class (line 8) | class Settings FILE: Antario/Utils/Color.h function const (line 3) | struct Color function Color (line 43) | constexpr Color& FromHSV(float h, float s, float v) function colfabs (line 131) | constexpr float colfabs(const float& x) { return x < 0 ? x * -1 : x; } FILE: Antario/Utils/DrawManager.cpp type Vertex (line 7) | struct Vertex function SPoint (line 323) | SPoint DrawManager::GetScreenCenter() const FILE: Antario/Utils/DrawManager.h type GradientType (line 14) | enum GradientType function class (line 16) | class DrawManager type FontNames (line 90) | enum FontNames : int function catch (line 97) | struct Fonts function OnLostDevice (line 114) | void OnLostDevice() function OnResetDevice (line 128) | void OnResetDevice(LPDIRECT3DDEVICE9 pDevice) type GradientType (line 149) | enum GradientType FILE: Antario/Utils/Font.cpp type Vertex (line 16) | struct Vertex function SPoint (line 209) | SPoint Font::GetTextDimensions(const T& str, bool bDropShadow) FILE: Antario/Utils/Font.h type FontFlags (line 22) | enum FontFlags : int type GlyphInfo (line 30) | struct GlyphInfo function class (line 39) | class Font FILE: Antario/Utils/GlobalVars.cpp type g (line 3) | namespace g FILE: Antario/Utils/GlobalVars.h function namespace (line 5) | namespace g FILE: Antario/Utils/Interfaces.cpp type interfaces (line 26) | namespace interfaces function T (line 29) | T* CaptureInterface(const char* szModuleName, const char* szInterfaceV... function Init (line 42) | void Init() FILE: Antario/Utils/Interfaces.h function namespace (line 5) | namespace interfaces FILE: Antario/Utils/NetvarManager.h function class (line 9) | class NetvarTree FILE: Antario/Utils/SPoint.h function class (line 6) | class SPoint FILE: Antario/Utils/SRect.h function class (line 4) | class SRect FILE: Antario/Utils/Utils.h function class (line 13) | class Utils function FindSignature (line 24) | static uintptr_t FindSignature(const char* szModule, const char* szSigna... function std (line 61) | static std::string SetupStringParams(std::string szBasicString) function GetCurrentSystemTime (line 93) | static void GetCurrentSystemTime(tm& timeInfo) function Log (line 106) | static void Log(const std::string& str) function Log (line 125) | static void Log(const HRESULT hr) function WorldToScreen (line 142) | static bool WorldToScreen(const Vector &origin, Vector &screen) FILE: Antario/dllmain.cpp function DWORD (line 7) | DWORD WINAPI OnDllAttach(PVOID base) function VOID (line 28) | VOID WINAPI OnDllDetach() function BOOL (line 40) | BOOL WINAPI DllMain(HMODULE hModule, DWORD dwReason, LPVOID lpReserved)