diff options
Diffstat (limited to 'devtools/create_kyradat')
| -rw-r--r-- | devtools/create_kyradat/resources/eob1_dos.h | 2 | ||||
| -rw-r--r-- | devtools/create_kyradat/resources/eob2_dos.h | 2 | ||||
| -rw-r--r-- | devtools/create_kyradat/resources/eob2_fmtowns.h | 2 |
3 files changed, 3 insertions, 3 deletions
diff --git a/devtools/create_kyradat/resources/eob1_dos.h b/devtools/create_kyradat/resources/eob1_dos.h index 88f82d10ad..61cf3af1c3 100644 --- a/devtools/create_kyradat/resources/eob1_dos.h +++ b/devtools/create_kyradat/resources/eob1_dos.h @@ -1771,4 +1771,4 @@ static const char *const kEoB1SoundFilesFinaleDOS[1] = { "ADLIB" }; -static const StringListProvider kEoB1SoundFilesFinaleDOSProvider = { ARRAYSIZE(kEoB1SoundFilesFinaleDOS), kEoB1SoundFilesFinaleDOS };
\ No newline at end of file +static const StringListProvider kEoB1SoundFilesFinaleDOSProvider = { ARRAYSIZE(kEoB1SoundFilesFinaleDOS), kEoB1SoundFilesFinaleDOS }; diff --git a/devtools/create_kyradat/resources/eob2_dos.h b/devtools/create_kyradat/resources/eob2_dos.h index 6daf018251..2c6d3da55f 100644 --- a/devtools/create_kyradat/resources/eob2_dos.h +++ b/devtools/create_kyradat/resources/eob2_dos.h @@ -2502,4 +2502,4 @@ static const char *const kEoB2SoundFilesFinaleDOS[2] = { "FINALE2" }; -static const StringListProvider kEoB2SoundFilesFinaleDOSProvider = { ARRAYSIZE(kEoB2SoundFilesFinaleDOS), kEoB2SoundFilesFinaleDOS };
\ No newline at end of file +static const StringListProvider kEoB2SoundFilesFinaleDOSProvider = { ARRAYSIZE(kEoB2SoundFilesFinaleDOS), kEoB2SoundFilesFinaleDOS }; diff --git a/devtools/create_kyradat/resources/eob2_fmtowns.h b/devtools/create_kyradat/resources/eob2_fmtowns.h index 128c7e4eb7..7d275007f7 100644 --- a/devtools/create_kyradat/resources/eob2_fmtowns.h +++ b/devtools/create_kyradat/resources/eob2_fmtowns.h @@ -73667,4 +73667,4 @@ static const char *const kEoB2SoundFilesFinaleFMTowns[1] = { "FINALE" }; -static const StringListProvider kEoB2SoundFilesFinaleFMTownsProvider = { ARRAYSIZE(kEoB2SoundFilesFinaleFMTowns), kEoB2SoundFilesFinaleFMTowns };
\ No newline at end of file +static const StringListProvider kEoB2SoundFilesFinaleFMTownsProvider = { ARRAYSIZE(kEoB2SoundFilesFinaleFMTowns), kEoB2SoundFilesFinaleFMTowns }; |
