mirror of
https://github.com/thunderbrewhq/squall.git
synced 2026-02-03 16:39:08 +00:00
chore(style): clean up line endings in core
This commit is contained in:
parent
aae54bed6b
commit
4c8fc4e7a9
2 changed files with 45 additions and 45 deletions
|
|
@ -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;
|
||||
}
|
||||
|
|
|
|||
|
|
@ -1,18 +1,18 @@
|
|||
#ifndef STORM_CORE_HPP
|
||||
#define STORM_CORE_HPP
|
||||
|
||||
#include <cstdint>
|
||||
|
||||
#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 <cstdint>
|
||||
|
||||
#ifndef STORMAPI
|
||||
#if defined(_MSC_VER)
|
||||
#define STORMAPI __stdcall
|
||||
#define STORMCDECL __cdecl
|
||||
#else
|
||||
#define STORMAPI
|
||||
#define STORMCDECL
|
||||
#endif
|
||||
#endif
|
||||
|
||||
int32_t STORMAPI StormDestroy();
|
||||
|
||||
#endif
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue