6 lines
71 B
Plaintext
6 lines
71 B
Plaintext
|
#pragma once
|
||
|
|
||
|
struct AiConverse {
|
||
|
u32 count;
|
||
|
u32 ids[count];
|
||
|
};
|