more clang tidy (#586)

Co-authored-by: MegaMech <MegaMech@users.noreply.github.com>
This commit is contained in:
coco875
2025-12-08 16:46:29 +01:00
committed by GitHub
parent f022183d6f
commit b2479390ba
2 changed files with 107 additions and 0 deletions
+3
View File
@@ -23,6 +23,7 @@ extern Editor::Editor gEditor;
extern HarbourMastersIntro gMenuIntro;
extern bool bCleanWorld;
#endif
// NOLINTBEGIN(readability-identifier-naming)
Properties* CM_GetProps();
Properties* CM_GetPropsTrackId(s32 trackId);
@@ -228,6 +229,8 @@ void* GetCup();
void CM_RunGarbageCollector(void);
void CM_ResetAudio(void);
// NOLINTEND(readability-identifier-naming)
#ifdef __cplusplus
}
#endif