This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
| /* Dump type ids for Units and Abils. SC2. | |
| * | |
| * Keep it simple: cl dump.cpp Version.lib | |
| * May need to enable LAA if 32 bit. | |
| */ | |
| #include <Windows.h> | |
| #include <psapi.h> | |
| #include <TlHelp32.h> | |
| #include <stdint.h> |