1
0
mirror of https://github.com/OpenRCT2/OpenRCT2 synced 2025-12-22 23:33:04 +01:00

Rename audio.h to Audio.h (#23842)

This commit is contained in:
73
2025-02-17 07:24:03 -05:00
committed by GitHub
parent e91755f394
commit c7c703515e
70 changed files with 69 additions and 69 deletions

View File

@@ -16,7 +16,7 @@
#include "../GameState.h"
#include "../Input.h"
#include "../OpenRCT2.h"
#include "../audio/audio.h"
#include "../audio/Audio.h"
#include "../config/Config.h"
#include "../drawing/Drawing.h"
#include "../interface/Cursors.h"