5 lines
67 B
Plaintext
5 lines
67 B
Plaintext
|
#pragma once
|
||
|
|
||
|
struct MissionSongParams {
|
||
|
char song_name[32];
|
||
|
};
|