Files

16 lines
439 B
C++

#pragma once
// Reconstructed C++ declarations from IDA Local Types and PDB/DIA metadata.
// Original PDB header: w:\tech5\engine\models\skeletalanimation\eyeinfocollection.h
// Recovered logical types: 1
// Signatures retain Xbox 360 ABI evidence and may still require manual review.
// IDA Local Type ordinal 13396; PDB kind: class.
class idEyeInfoCollection
{
public:
unsigned __int16 curHandle;
idList<idEyeInfo,5> eyeInfos;
};