Codefix: Make sure safeguards.h is the last included non-table header. (#14687)

This commit is contained in:
Peter Nelson
2025-10-11 10:22:50 +01:00
committed by dP
parent cc0c274296
commit 09858583be
9 changed files with 42 additions and 28 deletions
+2 -2
View File
@@ -90,13 +90,13 @@
#include "table/strings.h"
#include "safeguards.h"
#ifdef __EMSCRIPTEN__
# include <emscripten.h>
# include <emscripten/html5.h>
#endif
#include "safeguards.h"
void CallLandscapeTick();
void DoPaletteAnimations();
void MusicLoop();