Resolve code formatting issues

This commit is contained in:
Ethan O'Brien 2025-01-17 08:36:38 -06:00
parent 89859a40f9
commit b4d72427ff
2 changed files with 12 additions and 5 deletions

View file

@ -1,4 +1,11 @@
/*****************************************************************************
* Copyright (c) 2014-2025 OpenRCT2 developers
*
* For a complete list of all authors, please refer to contributors.md
* Interested in contributing? Visit https://github.com/OpenRCT2/OpenRCT2
*
* OpenRCT2 is licensed under the GNU General Public License version 3.
*****************************************************************************/
var EmscriptenDeps = {
ExportPersistantData: () =>
{

View file

@ -48,10 +48,10 @@
#ifdef __EMSCRIPTEN__
#include <emscripten.h>
extern "C" {
extern void ExportPersistantData();
extern void ImportPersistantData();
}
extern "C" {
extern void ExportPersistantData();
extern void ImportPersistantData();
}
#endif
using namespace OpenRCT2;