This doesn't have official symbols, but debug information can be found in the executable:
  - There is some RTTI
  - There are ~719 strings that contain method names (search for "__thiscall"):
    - These are debug strings, and as such are not automatically applied by the disassembler.
	- They are used in the code as debug assertions.
  - There is a build of this game in the MAC section that contains symbols. This can be used to help map this executable.