15 lines
385 B
C++
15 lines
385 B
C++
#pragma once
|
|
|
|
// Reconstructed C++ declarations from IDA Local Types and PDB/DIA metadata.
|
|
// Original PDB header: w:\tech5\engine\renderer\ambientlighting.h
|
|
// Recovered logical types: 1
|
|
// Signatures retain Xbox 360 ABI evidence and may still require manual review.
|
|
|
|
|
|
// IDA Local Type ordinal 13564; PDB kind: class.
|
|
class idAmbientLighting
|
|
{
|
|
public:
|
|
ambientMap_t *ambientMap;
|
|
};
|