You've already forked PrimeRemasterStructs
mirror of
https://github.com/PrimeDecomp/PrimeRemasterStructs.git
synced 2026-03-31 14:23:23 -07:00
14 lines
266 B
Plaintext
14 lines
266 B
Plaintext
#ifndef _CREFLECTIONPROBE
|
|
#define _CREFLECTIONPROBE
|
|
|
|
#include "CChunkDescriptor.bt"
|
|
|
|
typedef struct CReflectionProbeData {
|
|
ChunkDescriptor chunkHeader;
|
|
uint unused;
|
|
GUID textureId;
|
|
float intensity;
|
|
} CReflectionProbeData;
|
|
|
|
#endif// _CREFLECTIONPROBE
|