6 lines
65 B
Plaintext
6 lines
65 B
Plaintext
|
#pragma once
|
||
|
|
||
|
struct DarkMiss {
|
||
|
s32 num;
|
||
|
char path[9];
|
||
|
};
|