5 lines
59 B
Plaintext
5 lines
59 B
Plaintext
|
#pragma once
|
||
|
|
||
|
struct AiPathVar {
|
||
|
s32 pathable_water;
|
||
|
};
|