├── AbilDataCacheNode.h ├── AbilityLevelData.h ├── AbilityUIDef.h ├── CAbility.h ├── CAgent.h ├── CAgentWar3.h ├── CAgent_VTable.h ├── CSelectable.h ├── CUnit.h ├── CUnitRefList.h ├── CUnit_VTable.h ├── CWar3Image.h ├── CWidget.h ├── CWidget_VTable.h ├── CharArray.h ├── IDA ├── Map Natives.idc └── Map Storm Imports.idc ├── LICENSE ├── README.md ├── StringArray.h ├── Vector2.h ├── Vector3.h └── main.h /AbilDataCacheNode.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/TinkerWorX/warcraftIII/HEAD/AbilDataCacheNode.h -------------------------------------------------------------------------------- /AbilityLevelData.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/TinkerWorX/warcraftIII/HEAD/AbilityLevelData.h -------------------------------------------------------------------------------- /AbilityUIDef.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/TinkerWorX/warcraftIII/HEAD/AbilityUIDef.h -------------------------------------------------------------------------------- /CAbility.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/TinkerWorX/warcraftIII/HEAD/CAbility.h -------------------------------------------------------------------------------- /CAgent.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/TinkerWorX/warcraftIII/HEAD/CAgent.h -------------------------------------------------------------------------------- /CAgentWar3.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/TinkerWorX/warcraftIII/HEAD/CAgentWar3.h -------------------------------------------------------------------------------- /CAgent_VTable.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/TinkerWorX/warcraftIII/HEAD/CAgent_VTable.h -------------------------------------------------------------------------------- /CSelectable.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/TinkerWorX/warcraftIII/HEAD/CSelectable.h -------------------------------------------------------------------------------- /CUnit.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/TinkerWorX/warcraftIII/HEAD/CUnit.h -------------------------------------------------------------------------------- /CUnitRefList.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/TinkerWorX/warcraftIII/HEAD/CUnitRefList.h -------------------------------------------------------------------------------- /CUnit_VTable.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/TinkerWorX/warcraftIII/HEAD/CUnit_VTable.h -------------------------------------------------------------------------------- /CWar3Image.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/TinkerWorX/warcraftIII/HEAD/CWar3Image.h -------------------------------------------------------------------------------- /CWidget.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/TinkerWorX/warcraftIII/HEAD/CWidget.h -------------------------------------------------------------------------------- /CWidget_VTable.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/TinkerWorX/warcraftIII/HEAD/CWidget_VTable.h -------------------------------------------------------------------------------- /CharArray.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/TinkerWorX/warcraftIII/HEAD/CharArray.h -------------------------------------------------------------------------------- /IDA/Map Natives.idc: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/TinkerWorX/warcraftIII/HEAD/IDA/Map Natives.idc -------------------------------------------------------------------------------- /IDA/Map Storm Imports.idc: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/TinkerWorX/warcraftIII/HEAD/IDA/Map Storm Imports.idc -------------------------------------------------------------------------------- /LICENSE: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/TinkerWorX/warcraftIII/HEAD/LICENSE -------------------------------------------------------------------------------- /README.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/TinkerWorX/warcraftIII/HEAD/README.md -------------------------------------------------------------------------------- /StringArray.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/TinkerWorX/warcraftIII/HEAD/StringArray.h -------------------------------------------------------------------------------- /Vector2.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/TinkerWorX/warcraftIII/HEAD/Vector2.h -------------------------------------------------------------------------------- /Vector3.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/TinkerWorX/warcraftIII/HEAD/Vector3.h -------------------------------------------------------------------------------- /main.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/TinkerWorX/warcraftIII/HEAD/main.h --------------------------------------------------------------------------------