From 4c8fc4e7a9b1761ac0614dad44bd6636d7e05338 Mon Sep 17 00:00:00 2001 From: fallenoak Date: Thu, 20 Nov 2025 21:36:00 -0600 Subject: [PATCH] chore(style): clean up line endings in core --- storm/Core.cpp | 54 +++++++++++++++++++++++++------------------------- storm/Core.hpp | 36 ++++++++++++++++----------------- 2 files changed, 45 insertions(+), 45 deletions(-) diff --git a/storm/Core.cpp b/storm/Core.cpp index 11eb35a..e181c84 100644 --- a/storm/Core.cpp +++ b/storm/Core.cpp @@ -1,27 +1,27 @@ -#include "Core.hpp" -#include "Event.hpp" - -int32_t STORMAPI StormDestroy() { - // Combined list of all calls from every game - - // SErrSetBlizzardErrorFunction(nullptr); - // SDlgDestroy(); - // SGdiDestroy(); - // SVidDestroy(); - // SDrawDestroy(); - // SRgnDestroy(); - // SMsgDestroy(); - // SNetDestroy(); - SEvtDestroy(); - // SBltDestroy(); - // SCodeDestroy(); - // SCmdDestroy(); - // SFileDestroy(); - // SCompDestroy(); - // SStrDestroy(); - // SRegDestroy(); - // SErrDestroy(); - // SLogDestroy(); - // STransDestroy(); - return 1; -} +#include "Core.hpp" +#include "Event.hpp" + +int32_t STORMAPI StormDestroy() { + // Combined list of all calls from every game + + // SErrSetBlizzardErrorFunction(nullptr); + // SDlgDestroy(); + // SGdiDestroy(); + // SVidDestroy(); + // SDrawDestroy(); + // SRgnDestroy(); + // SMsgDestroy(); + // SNetDestroy(); + SEvtDestroy(); + // SBltDestroy(); + // SCodeDestroy(); + // SCmdDestroy(); + // SFileDestroy(); + // SCompDestroy(); + // SStrDestroy(); + // SRegDestroy(); + // SErrDestroy(); + // SLogDestroy(); + // STransDestroy(); + return 1; +} diff --git a/storm/Core.hpp b/storm/Core.hpp index 613eae3..34dbd6d 100644 --- a/storm/Core.hpp +++ b/storm/Core.hpp @@ -1,18 +1,18 @@ -#ifndef STORM_CORE_HPP -#define STORM_CORE_HPP - -#include - -#ifndef STORMAPI -#if defined(_MSC_VER) - #define STORMAPI __stdcall - #define STORMCDECL __cdecl -#else - #define STORMAPI - #define STORMCDECL -#endif -#endif - -int32_t STORMAPI StormDestroy(); - -#endif +#ifndef STORM_CORE_HPP +#define STORM_CORE_HPP + +#include + +#ifndef STORMAPI +#if defined(_MSC_VER) + #define STORMAPI __stdcall + #define STORMCDECL __cdecl +#else + #define STORMAPI + #define STORMCDECL +#endif +#endif + +int32_t STORMAPI StormDestroy(); + +#endif