mirror of
https://github.com/OpenRCT2/OpenRCT2
synced 2026-02-01 03:05:24 +01:00
Resolve code formatting issues
This commit is contained in:
@@ -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: () =>
|
||||
{
|
||||
|
||||
@@ -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;
|
||||
|
||||
Reference in New Issue
Block a user