5 lines
58 B
Plaintext
5 lines
58 B
Plaintext
|
#pragma once
|
||
|
|
||
|
struct Ambient {
|
||
|
s32 current_env_idx;
|
||
|
};
|