You've already forked PrimeRemasterStructs
mirror of
https://github.com/PrimeDecomp/PrimeRemasterStructs.git
synced 2026-03-31 14:23:23 -07:00
12 lines
150 B
Plaintext
12 lines
150 B
Plaintext
#ifndef _SATLASLOOKUP
|
|
#define _SATLASLOOKUP
|
|
|
|
struct SAtlasLookup {
|
|
float unkA;
|
|
float unkB;
|
|
float unkC;
|
|
float unkD;
|
|
};
|
|
|
|
#endif// _SATLASLOOKUP
|