16 lines
454 B
C++
16 lines
454 B
C++
#pragma once
|
|
|
|
// Reconstructed C++ declarations from IDA Local Types and PDB/DIA metadata.
|
|
// Original PDB header: w:\tech5\engine\framework\rendermanager.h
|
|
// Recovered logical types: 1
|
|
// Signatures retain Xbox 360 ABI evidence and may still require manual review.
|
|
|
|
|
|
// IDA Local Type ordinal 22579; PDB kind: class.
|
|
class __declspec(align(16)) idRenderManager
|
|
{
|
|
public:
|
|
idRenderFrameInfo renderFrameInfo;
|
|
const screenViewDef_t *currentViewDef;
|
|
};
|