mirror of
https://github.com/OpenRCT2/OpenRCT2.git
synced 2025-01-22 10:21:57 -05:00
Resolve code formatting issues
This commit is contained in:
parent
89859a40f9
commit
b4d72427ff
2 changed files with 12 additions and 5 deletions
|
@ -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;
|
||||
|
|
Loading…
Reference in a new issue