mirror of
https://github.com/HarbourMasters/SpaghettiKart
synced 2026-09-06 03:18:17 -04:00
more clang tidy (#586)
Co-authored-by: MegaMech <MegaMech@users.noreply.github.com>
This commit is contained in:
@@ -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
|
||||
|
||||
Reference in New Issue
Block a user