From 4a90fa39a1f1d0edfaf57a54041b3c59da07be03 Mon Sep 17 00:00:00 2001 From: Lev Date: Sun, 19 Feb 2017 10:04:22 +0500 Subject: [PATCH] Added crlf at the file ending. --- dep/cppunitlite/src/Assertions.cpp | 2 +- rehlds/dlls/nodes.h | 2 +- rehlds/engine/APIProxy.h | 2 +- rehlds/engine/cdll_int.h | 2 +- rehlds/engine/client.h | 2 +- rehlds/engine/cmd.h | 2 +- rehlds/engine/cmodel.h | 2 +- rehlds/engine/com_custom.h | 2 +- rehlds/engine/common.h | 2 +- rehlds/engine/consistency.h | 2 +- rehlds/engine/custom_int.h | 2 +- rehlds/engine/cvar.h | 2 +- rehlds/engine/decal.h | 2 +- rehlds/engine/delta.h | 2 +- rehlds/engine/delta_jit.cpp | 2 +- rehlds/engine/delta_jit.h | 2 +- rehlds/engine/delta_packet.h | 2 +- rehlds/engine/ed_strpool.h | 2 +- rehlds/engine/event.h | 2 +- rehlds/engine/filesystem_.h | 2 +- rehlds/engine/filesystem_internal.h | 2 +- rehlds/engine/filter.h | 2 +- rehlds/engine/hashpak.h | 2 +- rehlds/engine/host.h | 2 +- rehlds/engine/host_cmd.h | 2 +- rehlds/engine/iengine.h | 2 +- rehlds/engine/igame.h | 2 +- rehlds/engine/info.h | 2 +- rehlds/engine/inst_baseline.h | 2 +- rehlds/engine/ipratelimit.h | 2 +- rehlds/engine/ipratelimitWrapper.h | 2 +- rehlds/engine/keys.h | 2 +- rehlds/engine/l_studio.h | 2 +- rehlds/engine/mathlib_e.h | 2 +- rehlds/engine/mem.h | 2 +- rehlds/engine/model_rehlds.h | 2 +- rehlds/engine/modinfo.h | 2 +- rehlds/engine/net.h | 2 +- rehlds/engine/net_chan.h | 2 +- rehlds/engine/net_ws.h | 2 +- rehlds/engine/pmove.h | 2 +- rehlds/engine/pmovetst.cpp | 2 +- rehlds/engine/pmovetst.h | 2 +- rehlds/engine/pr_cmds.h | 2 +- rehlds/engine/pr_dlls.h | 2 +- rehlds/engine/pr_edict.h | 2 +- rehlds/engine/server.h | 2 +- rehlds/engine/server_static.h | 2 +- rehlds/engine/sound.h | 2 +- rehlds/engine/sse_mathfun.h | 2 +- rehlds/engine/studio_rehlds.h | 2 +- rehlds/engine/sv_log.h | 2 +- rehlds/engine/sv_move.h | 2 +- rehlds/engine/sv_phys.h | 2 +- rehlds/engine/sv_pmove.h | 2 +- rehlds/engine/sv_remoteaccess.cpp | 2 +- rehlds/engine/sv_remoteaccess.h | 2 +- rehlds/engine/sv_steam3.cpp | 2 +- rehlds/engine/sv_steam3.h | 2 +- rehlds/engine/sv_upld.h | 2 +- rehlds/engine/sv_user.h | 2 +- rehlds/engine/sys_dll.h | 2 +- rehlds/engine/sys_dll2.h | 2 +- rehlds/engine/sys_engine.h | 2 +- rehlds/engine/sys_linuxwnd.h | 2 +- rehlds/engine/textures.h | 2 +- rehlds/engine/tmessage.cpp | 2 +- rehlds/engine/tmessage.h | 2 +- rehlds/engine/traceinit.h | 2 +- rehlds/engine/unicode_strtools.cpp | 2 +- rehlds/engine/unicode_strtools.h | 2 +- rehlds/engine/userid.h | 2 +- rehlds/engine/usermsg.h | 2 +- rehlds/engine/vid_null.h | 2 +- rehlds/engine/wad.h | 2 +- rehlds/engine/world.h | 2 +- rehlds/engine/zone.h | 2 +- rehlds/public/keydefs.h | 2 +- rehlds/public/pman_particlemem.h | 2 +- rehlds/public/rehlds/rehlds_api.h | 2 +- rehlds/public/rehlds/sys_shared.cpp | 2 +- rehlds/public/steam/isteamhttp.h | 2 +- rehlds/public/steam/steamhttpenums.h | 2 +- rehlds/public/tier0/dbg.cpp | 2 +- rehlds/public/tier0/dbg.h | 2 +- rehlds/public/tier0/platform.h | 2 +- rehlds/public/utlbuffer.cpp | 2 +- rehlds/public/utlmemory.h | 2 +- rehlds/rehlds/jitasm.h | 2 +- rehlds/rehlds/rehlds_api_impl.cpp | 2 +- rehlds/rehlds/rehlds_interfaces_impl.h | 2 +- rehlds/testsuite/recorder.cpp | 2 +- 92 files changed, 92 insertions(+), 92 deletions(-) diff --git a/dep/cppunitlite/src/Assertions.cpp b/dep/cppunitlite/src/Assertions.cpp index 3564d2c..3c277f4 100644 --- a/dep/cppunitlite/src/Assertions.cpp +++ b/dep/cppunitlite/src/Assertions.cpp @@ -80,4 +80,4 @@ void Assertions::MemoryEquals(std::string message, void* expected, void* actual, ss << "')"; throw TestFailException(ss.str(), std::string(fileName), lineNumber); } -} \ No newline at end of file +} diff --git a/rehlds/dlls/nodes.h b/rehlds/dlls/nodes.h index 7447768..8778366 100644 --- a/rehlds/dlls/nodes.h +++ b/rehlds/dlls/nodes.h @@ -376,4 +376,4 @@ enum extern CGraph WorldGraph; -#endif // NODES_H \ No newline at end of file +#endif // NODES_H diff --git a/rehlds/engine/APIProxy.h b/rehlds/engine/APIProxy.h index 9869906..3b7032b 100644 --- a/rehlds/engine/APIProxy.h +++ b/rehlds/engine/APIProxy.h @@ -932,4 +932,4 @@ typedef struct validator_s #define k_nChecksumCompensator 0x36a8f09c // Don't change this value: it's hardcorded in cdll_int.cpp, -#define k_nModuleVersionCur 0x43210004 \ No newline at end of file +#define k_nModuleVersionCur 0x43210004 diff --git a/rehlds/engine/cdll_int.h b/rehlds/engine/cdll_int.h index 967ae40..7a9689e 100644 --- a/rehlds/engine/cdll_int.h +++ b/rehlds/engine/cdll_int.h @@ -461,4 +461,4 @@ extern void NullDst(void); #ifdef __cplusplus } -#endif \ No newline at end of file +#endif diff --git a/rehlds/engine/client.h b/rehlds/engine/client.h index 8fe0088..787a5d0 100644 --- a/rehlds/engine/client.h +++ b/rehlds/engine/client.h @@ -346,4 +346,4 @@ void ProcessTutorMessageDecayBuffer(int *buffer, int bufferLength); int GetTimesTutorMessageShown(int id); void RegisterTutorMessageShown(int mid); void ResetTutorMessageDecayData(void); -void SetCareerAudioState(int state); \ No newline at end of file +void SetCareerAudioState(int state); diff --git a/rehlds/engine/cmd.h b/rehlds/engine/cmd.h index 34bfcde..2a26540 100644 --- a/rehlds/engine/cmd.h +++ b/rehlds/engine/cmd.h @@ -122,4 +122,4 @@ qboolean Cmd_ForwardToServerInternal(sizebuf_t *pBuf); void Cmd_ForwardToServer(void); qboolean Cmd_ForwardToServerUnreliable(void); NOXREF int Cmd_CheckParm(const char *parm); -void Cmd_CmdList_f(void); \ No newline at end of file +void Cmd_CmdList_f(void); diff --git a/rehlds/engine/cmodel.h b/rehlds/engine/cmodel.h index 0da7b28..dff66bd 100644 --- a/rehlds/engine/cmodel.h +++ b/rehlds/engine/cmodel.h @@ -58,4 +58,4 @@ unsigned char *CM_LeafPVS(int leafnum); unsigned char *CM_LeafPAS(int leafnum); void CM_FreePAS(void); void CM_CalcPAS(model_t *pModel); -qboolean CM_HeadnodeVisible(mnode_t *node, unsigned char *visbits, int *first_visible_leafnum); \ No newline at end of file +qboolean CM_HeadnodeVisible(mnode_t *node, unsigned char *visbits, int *first_visible_leafnum); diff --git a/rehlds/engine/com_custom.h b/rehlds/engine/com_custom.h index b7f424d..23f0266 100644 --- a/rehlds/engine/com_custom.h +++ b/rehlds/engine/com_custom.h @@ -33,4 +33,4 @@ void COM_ClearCustomizationList(customization_t *pHead, qboolean bCleanDecals); qboolean COM_CreateCustomization(customization_t *pListHead, resource_t *pResource, int playernumber, int flags, customization_t **pCustomization, int *nLumps); -int COM_SizeofResourceList(resource_t *pList, resourceinfo_t *ri); \ No newline at end of file +int COM_SizeofResourceList(resource_t *pList, resourceinfo_t *ri); diff --git a/rehlds/engine/common.h b/rehlds/engine/common.h index 5b95e1a..543de1f 100644 --- a/rehlds/engine/common.h +++ b/rehlds/engine/common.h @@ -348,4 +348,4 @@ void COM_Munge2(unsigned char *data, int len, int seq); void COM_UnMunge2(unsigned char *data, int len, int seq); void COM_Munge3(unsigned char *data, int len, int seq); NOXREF void COM_UnMunge3(unsigned char *data, int len, int seq); -unsigned int COM_GetApproxWavePlayLength(const char *filepath); \ No newline at end of file +unsigned int COM_GetApproxWavePlayLength(const char *filepath); diff --git a/rehlds/engine/consistency.h b/rehlds/engine/consistency.h index de776b4..29ebc26 100644 --- a/rehlds/engine/consistency.h +++ b/rehlds/engine/consistency.h @@ -39,4 +39,4 @@ typedef struct consistency_s int check_type; float mins[3]; float maxs[3]; -} consistency_t; \ No newline at end of file +} consistency_t; diff --git a/rehlds/engine/custom_int.h b/rehlds/engine/custom_int.h index 9d8d648..2eb1c0c 100644 --- a/rehlds/engine/custom_int.h +++ b/rehlds/engine/custom_int.h @@ -21,4 +21,4 @@ void COM_ClearCustomizationList( struct customization_s *pHead, qboolean bCleanDecals); qboolean COM_CreateCustomization( struct customization_s *pListHead, struct resource_s *pResource, int playernumber, int flags, struct customization_s **pCustomization, int *nLumps ); -int COM_SizeofResourceList ( struct resource_s *pList, struct resourceinfo_s *ri ); \ No newline at end of file +int COM_SizeofResourceList ( struct resource_s *pList, struct resourceinfo_s *ri ); diff --git a/rehlds/engine/cvar.h b/rehlds/engine/cvar.h index 16cd283..e80feea 100644 --- a/rehlds/engine/cvar.h +++ b/rehlds/engine/cvar.h @@ -61,4 +61,4 @@ void Cmd_CvarListPrintCvar(cvar_t *var, FileHandle_t f); void Cmd_CvarList_f(void); NOXREF int Cvar_CountServerVariables(void); void Cvar_UnlinkExternals(void); -void Cvar_CmdInit(void); \ No newline at end of file +void Cvar_CmdInit(void); diff --git a/rehlds/engine/decal.h b/rehlds/engine/decal.h index 292fcec..91e1388 100644 --- a/rehlds/engine/decal.h +++ b/rehlds/engine/decal.h @@ -94,4 +94,4 @@ NOXREF qboolean Draw_CacheReload(cachewad_t *wad, int i, lumpinfo_t *pLump, cach qboolean Draw_ValidateCustomLogo(cachewad_t *wad, unsigned char *data, lumpinfo_t *lump); qboolean Draw_CacheLoadFromCustom(char *clean, cachewad_t *wad, void *raw, int rawsize, cachepic_t *pic); NOXREF int Draw_CacheIndex(cachewad_t *wad, char *path); -NOXREF int Draw_CacheFindIndex(cachewad_t *wad, char *path); \ No newline at end of file +NOXREF int Draw_CacheFindIndex(cachewad_t *wad, char *path); diff --git a/rehlds/engine/delta.h b/rehlds/engine/delta.h index 0712a4f..83015b2 100644 --- a/rehlds/engine/delta.h +++ b/rehlds/engine/delta.h @@ -163,4 +163,4 @@ void DELTA_ClearStats_f(void); void DELTA_PrintStats(const char *name, delta_t *p); void DELTA_DumpStats_f(void); void DELTA_Init(void); -void DELTA_Shutdown(void); \ No newline at end of file +void DELTA_Shutdown(void); diff --git a/rehlds/engine/delta_jit.cpp b/rehlds/engine/delta_jit.cpp index f2e4944..852a87c 100644 --- a/rehlds/engine/delta_jit.cpp +++ b/rehlds/engine/delta_jit.cpp @@ -748,4 +748,4 @@ void CDeltaJitRegistry::Cleanup() { cur = cur->next; } #endif -} \ No newline at end of file +} diff --git a/rehlds/engine/delta_jit.h b/rehlds/engine/delta_jit.h index c885259..65833da 100644 --- a/rehlds/engine/delta_jit.h +++ b/rehlds/engine/delta_jit.h @@ -78,4 +78,4 @@ extern qboolean DELTAJit_IsFieldMarked(delta_t* pFields, int fieldNumber); /* Returns original mask, before it was changed by the conditional encoder */ extern uint64 DELTAJit_GetOriginalMask(delta_t* pFields); -extern uint64 DELTAJit_GetMaskU64(delta_t* pFields); \ No newline at end of file +extern uint64 DELTAJit_GetMaskU64(delta_t* pFields); diff --git a/rehlds/engine/delta_packet.h b/rehlds/engine/delta_packet.h index 68bfef5..6bed988 100644 --- a/rehlds/engine/delta_packet.h +++ b/rehlds/engine/delta_packet.h @@ -35,4 +35,4 @@ typedef struct packet_entities_s int num_entities; unsigned char flags[32]; entity_state_t *entities; -} packet_entities_t; \ No newline at end of file +} packet_entities_t; diff --git a/rehlds/engine/ed_strpool.h b/rehlds/engine/ed_strpool.h index 7ebc675..969f834 100644 --- a/rehlds/engine/ed_strpool.h +++ b/rehlds/engine/ed_strpool.h @@ -5,4 +5,4 @@ extern char* Ed_StrPool_Alloc(const char* str); extern void Ed_StrPool_Reset(); -extern void Ed_StrPool_Init(); \ No newline at end of file +extern void Ed_StrPool_Init(); diff --git a/rehlds/engine/event.h b/rehlds/engine/event.h index 7f684ad..53015f2 100644 --- a/rehlds/engine/event.h +++ b/rehlds/engine/event.h @@ -34,4 +34,4 @@ typedef struct event_s const char *filename; int filesize; const char *pszScript; -} event_t; \ No newline at end of file +} event_t; diff --git a/rehlds/engine/filesystem_.h b/rehlds/engine/filesystem_.h index fae8635..ce2b7ea 100644 --- a/rehlds/engine/filesystem_.h +++ b/rehlds/engine/filesystem_.h @@ -62,4 +62,4 @@ void CheckLiblistForFallbackDir(const char *pGameDir, bool bLanguage, const char int FileSystem_SetGameDirectory(const char *pDefaultDir, const char *pGameDir); int FileSystem_AddFallbackGameDir(const char *pGameDir); int FileSystem_Init(char *basedir, void *voidfilesystemFactory); -void FileSystem_Shutdown(void); \ No newline at end of file +void FileSystem_Shutdown(void); diff --git a/rehlds/engine/filesystem_internal.h b/rehlds/engine/filesystem_internal.h index 4e8b0de..83d0c05 100644 --- a/rehlds/engine/filesystem_internal.h +++ b/rehlds/engine/filesystem_internal.h @@ -83,4 +83,4 @@ void *FS_GetReadBuffer(FileHandle_t file, int *outBufSize); void FS_ReleaseReadBuffer(FileHandle_t file, void *buffer); void FS_Unlink(const char *filename); void FS_Rename(const char *originalName, const char *newName); -void *FS_LoadLibrary(const char *dllName); \ No newline at end of file +void *FS_LoadLibrary(const char *dllName); diff --git a/rehlds/engine/filter.h b/rehlds/engine/filter.h index 5dd4f5f..11f8155 100644 --- a/rehlds/engine/filter.h +++ b/rehlds/engine/filter.h @@ -57,4 +57,4 @@ typedef struct userfilter_s USERID_t userid; float banEndTime; float banTime; -} userfilter_t; \ No newline at end of file +} userfilter_t; diff --git a/rehlds/engine/hashpak.h b/rehlds/engine/hashpak.h index 37c7111..e962690 100644 --- a/rehlds/engine/hashpak.h +++ b/rehlds/engine/hashpak.h @@ -96,4 +96,4 @@ void HPAK_Init(void); NOXREF char *HPAK_GetItem(int item); void HPAK_CheckSize(char *pakname); void HPAK_ValidatePak(char *fullpakname); -void HPAK_CheckIntegrity(char *pakname); \ No newline at end of file +void HPAK_CheckIntegrity(char *pakname); diff --git a/rehlds/engine/host.h b/rehlds/engine/host.h index 729ebf4..bfa3b13 100644 --- a/rehlds/engine/host.h +++ b/rehlds/engine/host.h @@ -145,4 +145,4 @@ qboolean Host_IsSinglePlayerGame(void); qboolean Host_IsServerActive(void); void Host_Version(void); int Host_Init(quakeparms_t *parms); -void Host_Shutdown(void); \ No newline at end of file +void Host_Shutdown(void); diff --git a/rehlds/engine/host_cmd.h b/rehlds/engine/host_cmd.h index f017051..22324c4 100644 --- a/rehlds/engine/host_cmd.h +++ b/rehlds/engine/host_cmd.h @@ -207,4 +207,4 @@ void Host_VoiceRecordStop_f(void); void Host_Crash_f(void); void Host_InitCommands(void); void SV_CheckBlendingInterface(void); -void SV_CheckSaveGameCommentInterface(void); \ No newline at end of file +void SV_CheckSaveGameCommentInterface(void); diff --git a/rehlds/engine/iengine.h b/rehlds/engine/iengine.h index 0318794..10b30f4 100644 --- a/rehlds/engine/iengine.h +++ b/rehlds/engine/iengine.h @@ -64,4 +64,4 @@ public: virtual void SetQuitting(int quittype) = 0; }; -extern IEngine *eng; \ No newline at end of file +extern IEngine *eng; diff --git a/rehlds/engine/igame.h b/rehlds/engine/igame.h index d45c121..a415fd7 100644 --- a/rehlds/engine/igame.h +++ b/rehlds/engine/igame.h @@ -49,4 +49,4 @@ public: virtual void PlayAVIAndWait(const char *aviFile) = 0; virtual void SetCursorVisible(bool bState) = 0; -}; \ No newline at end of file +}; diff --git a/rehlds/engine/info.h b/rehlds/engine/info.h index 44ce10a..ebe2c55 100644 --- a/rehlds/engine/info.h +++ b/rehlds/engine/info.h @@ -55,4 +55,4 @@ void Info_Print(const char *s); qboolean Info_IsValid(const char *s); #ifdef REHLDS_FIXES void Info_CollectFields(char *destInfo, const char *srcInfo, const char *collectedKeysOfFields); -#endif \ No newline at end of file +#endif diff --git a/rehlds/engine/inst_baseline.h b/rehlds/engine/inst_baseline.h index 9541577..8851f5c 100644 --- a/rehlds/engine/inst_baseline.h +++ b/rehlds/engine/inst_baseline.h @@ -37,4 +37,4 @@ typedef struct extra_baselines_s int number; int classname[NUM_BASELINES]; entity_state_t baseline[NUM_BASELINES]; -} extra_baselines_t; \ No newline at end of file +} extra_baselines_t; diff --git a/rehlds/engine/ipratelimit.h b/rehlds/engine/ipratelimit.h index 72f9e8e..4b8512d 100644 --- a/rehlds/engine/ipratelimit.h +++ b/rehlds/engine/ipratelimit.h @@ -65,4 +65,4 @@ private: bool LessIP(const struct iprate_s &, const struct iprate_s &); }; -//extern bool (__fastcall *pCIPRateLimit__CheckIP)(CIPRateLimit *obj, int none, netadr_t adr); \ No newline at end of file +//extern bool (__fastcall *pCIPRateLimit__CheckIP)(CIPRateLimit *obj, int none, netadr_t adr); diff --git a/rehlds/engine/ipratelimitWrapper.h b/rehlds/engine/ipratelimitWrapper.h index aa1451a..c429ace 100644 --- a/rehlds/engine/ipratelimitWrapper.h +++ b/rehlds/engine/ipratelimitWrapper.h @@ -40,4 +40,4 @@ extern int(*pCheckIP)(netadr_t adr); extern class CIPRateLimit rateChecker; -int CheckIP(netadr_t adr); \ No newline at end of file +int CheckIP(netadr_t adr); diff --git a/rehlds/engine/keys.h b/rehlds/engine/keys.h index ef199b4..0c53a2d 100644 --- a/rehlds/engine/keys.h +++ b/rehlds/engine/keys.h @@ -4,4 +4,4 @@ typedef enum { key_game = 0, key_message = 1, key_menu = 2, -} keydest_t; \ No newline at end of file +} keydest_t; diff --git a/rehlds/engine/l_studio.h b/rehlds/engine/l_studio.h index 660a15d..34c1c76 100644 --- a/rehlds/engine/l_studio.h +++ b/rehlds/engine/l_studio.h @@ -43,4 +43,4 @@ //extern int giTextureSize; -void Mod_LoadStudioModel(model_t * mod, void * buffer); \ No newline at end of file +void Mod_LoadStudioModel(model_t * mod, void * buffer); diff --git a/rehlds/engine/mathlib_e.h b/rehlds/engine/mathlib_e.h index ce89bf4..df34a1c 100644 --- a/rehlds/engine/mathlib_e.h +++ b/rehlds/engine/mathlib_e.h @@ -140,4 +140,4 @@ NOBODY void R_ConcatRotations(float *in1, float *in2, float *out); void R_ConcatTransforms(float in1[3][4], float in2[3][4], float out[3][4]); NOBODY void FloorDivMod(double numer, double denom, int *quotient, int *rem); NOBODY int GreatestCommonDivisor(int i1, int i2); -NOBODY fixed16_t Invert24To16(fixed16_t val); \ No newline at end of file +NOBODY fixed16_t Invert24To16(fixed16_t val); diff --git a/rehlds/engine/mem.h b/rehlds/engine/mem.h index 537c369..a54786e 100644 --- a/rehlds/engine/mem.h +++ b/rehlds/engine/mem.h @@ -33,4 +33,4 @@ void *Mem_ZeroMalloc(size_t size); void *Mem_Realloc(void *memblock, size_t size); void *Mem_Calloc(int num, size_t size); char *Mem_Strdup(const char *strSource); -void Mem_Free(void *p); \ No newline at end of file +void Mem_Free(void *p); diff --git a/rehlds/engine/model_rehlds.h b/rehlds/engine/model_rehlds.h index 698ca27..0f245bf 100644 --- a/rehlds/engine/model_rehlds.h +++ b/rehlds/engine/model_rehlds.h @@ -116,4 +116,4 @@ NOXREF void Mod_UnloadSpriteTextures(model_t *pModel); void Mod_Print(void); NOXREF void Mod_ChangeGame(void); model_t *Mod_Handle(int modelindex); -modtype_t Mod_GetType(int modelindex); \ No newline at end of file +modtype_t Mod_GetType(int modelindex); diff --git a/rehlds/engine/modinfo.h b/rehlds/engine/modinfo.h index b45d297..218a428 100644 --- a/rehlds/engine/modinfo.h +++ b/rehlds/engine/modinfo.h @@ -51,4 +51,4 @@ typedef struct modinfo_s MOD_GAMEPLAY_TYPE_E type; int num_edicts; qboolean clientcrccheck; -} modinfo_t; \ No newline at end of file +} modinfo_t; diff --git a/rehlds/engine/net.h b/rehlds/engine/net.h index e700189..e1e71de 100644 --- a/rehlds/engine/net.h +++ b/rehlds/engine/net.h @@ -397,4 +397,4 @@ typedef struct netchan_s #define Con_NetPrintf Con_DPrintf #else // REHLDS_FIXES #define Con_NetPrintf Con_Printf -#endif // REHLDS_FIXES \ No newline at end of file +#endif // REHLDS_FIXES diff --git a/rehlds/engine/net_chan.h b/rehlds/engine/net_chan.h index 4dad5ce..b16da50 100644 --- a/rehlds/engine/net_chan.h +++ b/rehlds/engine/net_chan.h @@ -92,4 +92,4 @@ qboolean Netchan_IncomingReady(netchan_t *chan); NOXREF void Netchan_UpdateProgress(netchan_t *chan); void Netchan_Init(void); NOXREF qboolean Netchan_CompressPacket(sizebuf_t *chan); -NOXREF qboolean Netchan_DecompressPacket(sizebuf_t *chan); \ No newline at end of file +NOXREF qboolean Netchan_DecompressPacket(sizebuf_t *chan); diff --git a/rehlds/engine/net_ws.h b/rehlds/engine/net_ws.h index dffeae0..8e43d9d 100644 --- a/rehlds/engine/net_ws.h +++ b/rehlds/engine/net_ws.h @@ -264,4 +264,4 @@ void NET_Init(void); void NET_ClearLagData(qboolean bClient, qboolean bServer); void NET_Shutdown(void); qboolean NET_JoinGroup(netsrc_t sock, netadr_t& addr); -qboolean NET_LeaveGroup(netsrc_t sock, netadr_t& addr); \ No newline at end of file +qboolean NET_LeaveGroup(netsrc_t sock, netadr_t& addr); diff --git a/rehlds/engine/pmove.h b/rehlds/engine/pmove.h index afe03b7..9136f35 100644 --- a/rehlds/engine/pmove.h +++ b/rehlds/engine/pmove.h @@ -56,4 +56,4 @@ extern movevars_t movevars; qboolean PM_AddToTouched(pmtrace_t tr, vec_t *impactvelocity); void PM_StuckTouch(int hitent, pmtrace_t *ptraceresult); -void PM_Init(playermove_t *ppm); \ No newline at end of file +void PM_Init(playermove_t *ppm); diff --git a/rehlds/engine/pmovetst.cpp b/rehlds/engine/pmovetst.cpp index 8ae2f9c..a2c6480 100644 --- a/rehlds/engine/pmovetst.cpp +++ b/rehlds/engine/pmovetst.cpp @@ -924,4 +924,4 @@ qboolean PM_RecursiveHullCheck(hull_t *hull, int num, float p1f, float p2f, cons return 0; } } -#endif // REHLDS_OPT_PEDANTIC \ No newline at end of file +#endif // REHLDS_OPT_PEDANTIC diff --git a/rehlds/engine/pmovetst.h b/rehlds/engine/pmovetst.h index c4da8af..e44c9fa 100644 --- a/rehlds/engine/pmovetst.h +++ b/rehlds/engine/pmovetst.h @@ -65,4 +65,4 @@ pmtrace_t PM_PlayerTrace(vec_t *start, vec_t *end, int traceFlags, int ignore_pe pmtrace_t PM_PlayerTraceEx(vec_t *start, vec_t *end, int traceFlags, int(*pfnIgnore)(physent_t *)); struct pmtrace_s *PM_TraceLine(float *start, float *end, int flags, int usehull, int ignore_pe); struct pmtrace_s *PM_TraceLineEx(float *start, float *end, int flags, int usehull, int(*pfnIgnore)(physent_t *)); -qboolean PM_RecursiveHullCheck(hull_t *hull, int num, float p1f, float p2f, const vec_t *p1, const vec_t *p2, pmtrace_t *trace); \ No newline at end of file +qboolean PM_RecursiveHullCheck(hull_t *hull, int num, float p1f, float p2f, const vec_t *p1, const vec_t *p2, pmtrace_t *trace); diff --git a/rehlds/engine/pr_cmds.h b/rehlds/engine/pr_cmds.h index 062e153..4132503 100644 --- a/rehlds/engine/pr_cmds.h +++ b/rehlds/engine/pr_cmds.h @@ -210,4 +210,4 @@ NOXREF void QueryClientCvarValueCmd2(void); void QueryClientCvarValue(const edict_t *player, const char *cvarName); void QueryClientCvarValue2(const edict_t *player, const char *cvarName, int requestID); int hudCheckParm(char *parm, char **ppnext); -int EngCheckParm(const char *pchCmdLineToken, char **pchNextVal); \ No newline at end of file +int EngCheckParm(const char *pchCmdLineToken, char **pchNextVal); diff --git a/rehlds/engine/pr_dlls.h b/rehlds/engine/pr_dlls.h index 184cf35..8f3ae16 100644 --- a/rehlds/engine/pr_dlls.h +++ b/rehlds/engine/pr_dlls.h @@ -46,4 +46,4 @@ typedef struct extensiondll_s typedef void(*ENTITYINIT)(struct entvars_s *); typedef void(*DISPATCHFUNCTION)(struct entvars_s *, void *); -typedef void(*FIELDIOFUNCTION)(SAVERESTOREDATA *, const char *, void *, TYPEDESCRIPTION *, int); \ No newline at end of file +typedef void(*FIELDIOFUNCTION)(SAVERESTOREDATA *, const char *, void *, TYPEDESCRIPTION *, int); diff --git a/rehlds/engine/pr_edict.h b/rehlds/engine/pr_edict.h index de554ed..0c6be5e 100644 --- a/rehlds/engine/pr_edict.h +++ b/rehlds/engine/pr_edict.h @@ -65,4 +65,4 @@ void CVarSetString(const char *szVarName, const char *szValue); void CVarRegister(cvar_t *pCvar); int AllocEngineString(const char *szValue); void SaveSpawnParms(edict_t *pEdict); -void *GetModelPtr(edict_t *pEdict); \ No newline at end of file +void *GetModelPtr(edict_t *pEdict); diff --git a/rehlds/engine/server.h b/rehlds/engine/server.h index b0ebf80..b00d250 100644 --- a/rehlds/engine/server.h +++ b/rehlds/engine/server.h @@ -800,4 +800,4 @@ char *SV_GetIDString_internal(USERID_t *id); char *SV_GetClientIDString(client_t *client); int GetGameAppID(void); qboolean IsGameSubscribed(const char *gameName); -NOXREF qboolean BIsValveGame(void); \ No newline at end of file +NOXREF qboolean BIsValveGame(void); diff --git a/rehlds/engine/server_static.h b/rehlds/engine/server_static.h index 1b608db..9581c37 100644 --- a/rehlds/engine/server_static.h +++ b/rehlds/engine/server_static.h @@ -70,4 +70,4 @@ typedef struct server_static_s double next_sampletime; server_stats_t stats; qboolean isSecure; -} server_static_t; \ No newline at end of file +} server_static_t; diff --git a/rehlds/engine/sound.h b/rehlds/engine/sound.h index c7edc24..3556387 100644 --- a/rehlds/engine/sound.h +++ b/rehlds/engine/sound.h @@ -64,4 +64,4 @@ qboolean Voice_IsRecording(); void Voice_RegisterCvars(); void Voice_Deinit(); void Voice_Idle(float frametime); -qboolean Voice_RecordStop(); \ No newline at end of file +qboolean Voice_RecordStop(); diff --git a/rehlds/engine/sse_mathfun.h b/rehlds/engine/sse_mathfun.h index 33c539f..24fd11c 100644 --- a/rehlds/engine/sse_mathfun.h +++ b/rehlds/engine/sse_mathfun.h @@ -117,4 +117,4 @@ extern v4sf log_ps(v4sf x); extern v4sf exp_ps(v4sf x); extern v4sf sin_ps(v4sf x); extern v4sf cos_ps(v4sf x); -extern void sincos_ps(v4sf x, v4sf *s, v4sf *c); \ No newline at end of file +extern void sincos_ps(v4sf x, v4sf *s, v4sf *c); diff --git a/rehlds/engine/studio_rehlds.h b/rehlds/engine/studio_rehlds.h index b224bb9..ac147e5 100644 --- a/rehlds/engine/studio_rehlds.h +++ b/rehlds/engine/studio_rehlds.h @@ -106,4 +106,4 @@ void R_StudioBoundBone(vec_t *mins, vec_t *maxs, int *bonecount, const vec_t *po void R_StudioAccumulateBoneVerts(vec_t *mins, vec_t *maxs, int *vertcount, vec_t *bone_mins, vec_t *bone_maxs, int *bonecount); int R_StudioComputeBounds(unsigned char *pBuffer, float *mins, float *maxs); int R_GetStudioBounds(const char *filename, float *mins, float *maxs); -void R_ResetSvBlending(void); \ No newline at end of file +void R_ResetSvBlending(void); diff --git a/rehlds/engine/sv_log.h b/rehlds/engine/sv_log.h index 166a0ad..f7c5bad 100644 --- a/rehlds/engine/sv_log.h +++ b/rehlds/engine/sv_log.h @@ -49,4 +49,4 @@ void Log_Open(void); void SV_SetLogAddress_f(void); void SV_AddLogAddress_f(void); void SV_DelLogAddress_f(void); -void SV_ServerLog_f(void); \ No newline at end of file +void SV_ServerLog_f(void); diff --git a/rehlds/engine/sv_move.h b/rehlds/engine/sv_move.h index c8493cf..c51caf1 100644 --- a/rehlds/engine/sv_move.h +++ b/rehlds/engine/sv_move.h @@ -53,4 +53,4 @@ NOXREF void SV_NewChaseDir(edict_t *actor, edict_t *enemy, float dist); NOXREF qboolean SV_CloseEnough(edict_t *ent, edict_t *goal, float dist); NOXREF qboolean SV_ReachedGoal(edict_t *ent, vec_t *vecGoal, float flDist); void SV_NewChaseDir2(edict_t *actor, vec_t *vecGoal, float dist); -void SV_MoveToOrigin_I(edict_t *ent, const float *pflGoal, float dist, int iStrafe); \ No newline at end of file +void SV_MoveToOrigin_I(edict_t *ent, const float *pflGoal, float dist, int iStrafe); diff --git a/rehlds/engine/sv_phys.h b/rehlds/engine/sv_phys.h index c80edd2..9ba3a67 100644 --- a/rehlds/engine/sv_phys.h +++ b/rehlds/engine/sv_phys.h @@ -79,4 +79,4 @@ void SV_Physics_Toss(edict_t *ent); void PF_WaterMove(edict_t *pSelf); void SV_Physics_Step(edict_t *ent); void SV_Physics(void); -trace_t SV_Trace_Toss(edict_t *ent, edict_t *ignore); \ No newline at end of file +trace_t SV_Trace_Toss(edict_t *ent, edict_t *ignore); diff --git a/rehlds/engine/sv_pmove.h b/rehlds/engine/sv_pmove.h index 4a4a1c8..833138d 100644 --- a/rehlds/engine/sv_pmove.h +++ b/rehlds/engine/sv_pmove.h @@ -32,4 +32,4 @@ void PM_SV_PlaybackEventFull(int flags, int clientindex, unsigned short eventindex, float delay, float *origin, float *angles, float fparam1, float fparam2, int iparam1, int iparam2, int bparam1, int bparam2); void PM_SV_PlaySound(int channel, const char *sample, float volume, float attenuation, int fFlags, int pitch); -const char *PM_SV_TraceTexture(int ground, vec_t *vstart, vec_t *vend); \ No newline at end of file +const char *PM_SV_TraceTexture(int ground, vec_t *vstart, vec_t *vend); diff --git a/rehlds/engine/sv_remoteaccess.cpp b/rehlds/engine/sv_remoteaccess.cpp index f580a31..af39e6d 100644 --- a/rehlds/engine/sv_remoteaccess.cpp +++ b/rehlds/engine/sv_remoteaccess.cpp @@ -324,4 +324,4 @@ void NotifyDedicatedServerUI(const char *message) EXPOSE_SINGLE_INTERFACE_GLOBALVAR(CServerRemoteAccess, IGameServerData, GAMESERVERDATA_INTERFACE_VERSION, g_ServerRemoteAccess) -#endif //HOOK_ENGINE \ No newline at end of file +#endif //HOOK_ENGINE diff --git a/rehlds/engine/sv_remoteaccess.h b/rehlds/engine/sv_remoteaccess.h index 091d4eb..7948e38 100644 --- a/rehlds/engine/sv_remoteaccess.h +++ b/rehlds/engine/sv_remoteaccess.h @@ -72,4 +72,4 @@ public: extern class CServerRemoteAccess g_ServerRemoteAccess; -extern void NotifyDedicatedServerUI(const char *message); \ No newline at end of file +extern void NotifyDedicatedServerUI(const char *message); diff --git a/rehlds/engine/sv_steam3.cpp b/rehlds/engine/sv_steam3.cpp index 708fca8..0071e03 100644 --- a/rehlds/engine/sv_steam3.cpp +++ b/rehlds/engine/sv_steam3.cpp @@ -905,4 +905,4 @@ void Master_SetMaster_f() void Steam_HandleIncomingPacket(byte *data, int len, int fromip, uint16 port) { CRehldsPlatformHolder::get()->SteamGameServer()->HandleIncomingPacket(data, len, fromip, port); -} \ No newline at end of file +} diff --git a/rehlds/engine/sv_steam3.h b/rehlds/engine/sv_steam3.h index e955a1a..44d2169 100644 --- a/rehlds/engine/sv_steam3.h +++ b/rehlds/engine/sv_steam3.h @@ -162,4 +162,4 @@ const char *Steam_GetGSUniverse(); CSteam3Server *Steam3Server(); CSteam3Client *Steam3Client(); void Master_SetMaster_f(); -void Steam_HandleIncomingPacket(byte *data, int len, int fromip, uint16 port); \ No newline at end of file +void Steam_HandleIncomingPacket(byte *data, int len, int fromip, uint16 port); diff --git a/rehlds/engine/sv_upld.h b/rehlds/engine/sv_upld.h index a982bb9..4a0b10f 100644 --- a/rehlds/engine/sv_upld.h +++ b/rehlds/engine/sv_upld.h @@ -44,4 +44,4 @@ void SV_RequestMissingResourcesFromClients(void); qboolean SV_UploadComplete(client_t *cl); void SV_BatchUploadRequest(client_t *cl); qboolean SV_RequestMissingResources(void); -void SV_ParseResourceList(client_t *pSenderClient); \ No newline at end of file +void SV_ParseResourceList(client_t *pSenderClient); diff --git a/rehlds/engine/sv_user.h b/rehlds/engine/sv_user.h index 1ba4e04..18a6a69 100644 --- a/rehlds/engine/sv_user.h +++ b/rehlds/engine/sv_user.h @@ -146,4 +146,4 @@ void SV_ExecuteClientMessage(client_t *cl); qboolean SV_SetPlayer(int idnum); void SV_ShowServerinfo_f(void); void SV_SendEnts_f(void); -void SV_FullUpdate_f(void); \ No newline at end of file +void SV_FullUpdate_f(void); diff --git a/rehlds/engine/sys_dll.h b/rehlds/engine/sys_dll.h index 73040f3..0d03870 100644 --- a/rehlds/engine/sys_dll.h +++ b/rehlds/engine/sys_dll.h @@ -199,4 +199,4 @@ void Con_Init(void); void Con_DebugLog(const char *file, const char *fmt, ...); void Con_Printf(const char *fmt, ...); void Con_SafePrintf(const char *fmt, ...); -void Con_DPrintf(const char *fmt, ...); \ No newline at end of file +void Con_DPrintf(const char *fmt, ...); diff --git a/rehlds/engine/sys_dll2.h b/rehlds/engine/sys_dll2.h index e5954df..805ae2e 100644 --- a/rehlds/engine/sys_dll2.h +++ b/rehlds/engine/sys_dll2.h @@ -115,4 +115,4 @@ void Sys_ShutdownGame(); void ClearIOStates(); // TODO: Needs rechecking -//NOXREF int BuildMapCycleListHints(char **hints); \ No newline at end of file +//NOXREF int BuildMapCycleListHints(char **hints); diff --git a/rehlds/engine/sys_engine.h b/rehlds/engine/sys_engine.h index ab65604..20a142b 100644 --- a/rehlds/engine/sys_engine.h +++ b/rehlds/engine/sys_engine.h @@ -97,4 +97,4 @@ public: bool CheckDoneTrapping_noVirt(int& buttons, int& keys); int GetQuitting_noVirt(); void SetQuitting_noVirt(int quittype); -}; \ No newline at end of file +}; diff --git a/rehlds/engine/sys_linuxwnd.h b/rehlds/engine/sys_linuxwnd.h index dd966f2..3d183b4 100644 --- a/rehlds/engine/sys_linuxwnd.h +++ b/rehlds/engine/sys_linuxwnd.h @@ -70,4 +70,4 @@ public: void PlayStartupVideos_noVirt(); void PlayAVIAndWait_noVirt(const char *aviFile); void SetCursorVisible_noVirt(bool bState); -}; \ No newline at end of file +}; diff --git a/rehlds/engine/textures.h b/rehlds/engine/textures.h index 0308be6..fc4ecdd 100644 --- a/rehlds/engine/textures.h +++ b/rehlds/engine/textures.h @@ -75,4 +75,4 @@ qboolean TEX_InitFromWad(char *path); void TEX_CleanupWadInfo(void); int TEX_LoadLump(char *name, unsigned char *dest); int FindMiptex(char *name); -void TEX_AddAnimatingTextures(void); \ No newline at end of file +void TEX_AddAnimatingTextures(void); diff --git a/rehlds/engine/tmessage.cpp b/rehlds/engine/tmessage.cpp index 0b5996f..8dc6dd3 100644 --- a/rehlds/engine/tmessage.cpp +++ b/rehlds/engine/tmessage.cpp @@ -502,4 +502,4 @@ NOXREF client_textmessage_t *TextMessageGet(const char *pName) } return NULL; -} \ No newline at end of file +} diff --git a/rehlds/engine/tmessage.h b/rehlds/engine/tmessage.h index b5cba54..9740210 100644 --- a/rehlds/engine/tmessage.h +++ b/rehlds/engine/tmessage.h @@ -78,4 +78,4 @@ NOXREF int ParseDirective(const char *pText); NOXREF void TextMessageParse(unsigned char *pMemFile, int fileSize); NOXREF void TextMessageShutdown(void); NOXREF void TextMessageInit(void); -NOXREF client_textmessage_t *TextMessageGet(const char *pName); \ No newline at end of file +NOXREF client_textmessage_t *TextMessageGet(const char *pName); diff --git a/rehlds/engine/traceinit.h b/rehlds/engine/traceinit.h index 9d1d439..242d182 100644 --- a/rehlds/engine/traceinit.h +++ b/rehlds/engine/traceinit.h @@ -74,4 +74,4 @@ private: extern CInitTracker g_InitTracker; void TraceInit(const char *i, const char *s, int listnum); -void TraceShutdown(const char *s, int listnum); \ No newline at end of file +void TraceShutdown(const char *s, int listnum); diff --git a/rehlds/engine/unicode_strtools.cpp b/rehlds/engine/unicode_strtools.cpp index edda9e3..5fd755e 100644 --- a/rehlds/engine/unicode_strtools.cpp +++ b/rehlds/engine/unicode_strtools.cpp @@ -742,4 +742,4 @@ qboolean Q_StripUnprintableAndSpace(char *pch) Q_UTF16ToUTF8(pwch, pch, cch, STRINGCONVERT_ASSERT_REPLACE); return bStrippedAny; -} \ No newline at end of file +} diff --git a/rehlds/engine/unicode_strtools.h b/rehlds/engine/unicode_strtools.h index 45aa5c9..9b319c5 100644 --- a/rehlds/engine/unicode_strtools.h +++ b/rehlds/engine/unicode_strtools.h @@ -59,4 +59,4 @@ qboolean Q_UnicodeValidate(const char *pUTF8); char *Q_UnicodeAdvance(char *pUTF8, int nChars); qboolean Q_StripUnprintableAndSpace(char *pch);; qboolean V_UTF8ToUChar32(const char *pUTF8_, uchar32 *uValueOut); -int Q_UnicodeRepair(char *pUTF8); \ No newline at end of file +int Q_UnicodeRepair(char *pUTF8); diff --git a/rehlds/engine/userid.h b/rehlds/engine/userid.h index 0cc7a62..6b6b406 100644 --- a/rehlds/engine/userid.h +++ b/rehlds/engine/userid.h @@ -28,4 +28,4 @@ #pragma once -#include "userid_rehlds.h" \ No newline at end of file +#include "userid_rehlds.h" diff --git a/rehlds/engine/usermsg.h b/rehlds/engine/usermsg.h index 49beb48..ffff648 100644 --- a/rehlds/engine/usermsg.h +++ b/rehlds/engine/usermsg.h @@ -38,4 +38,4 @@ typedef struct _UserMsg char szName[16]; struct _UserMsg *next; pfnUserMsgHook pfn; -} UserMsg; \ No newline at end of file +} UserMsg; diff --git a/rehlds/engine/vid_null.h b/rehlds/engine/vid_null.h index 4629d30..5b17592 100644 --- a/rehlds/engine/vid_null.h +++ b/rehlds/engine/vid_null.h @@ -59,4 +59,4 @@ void R_MarkLeaves(void); void R_InitTextures(void); void StartLoadingProgressBar(const char *loadingType, int numProgressPoints); void ContinueLoadingProgressBar(const char *loadingType, int progressPoint, float progressFraction); -void SetLoadingProgressBarStatusText(const char *statusText); \ No newline at end of file +void SetLoadingProgressBarStatusText(const char *statusText); diff --git a/rehlds/engine/wad.h b/rehlds/engine/wad.h index 624e17f..e504a65 100644 --- a/rehlds/engine/wad.h +++ b/rehlds/engine/wad.h @@ -82,4 +82,4 @@ lumpinfo_t *W_GetLumpinfo(int wad, char *name, qboolean doerror); void *W_GetLumpName(int wad, char *name); NOXREF void *W_GetLumpNum(int wad, int num); void W_Shutdown(void); -void SwapPic(qpic_t *pic); \ No newline at end of file +void SwapPic(qpic_t *pic); diff --git a/rehlds/engine/world.h b/rehlds/engine/world.h index fa06094..5b6f1e3 100644 --- a/rehlds/engine/world.h +++ b/rehlds/engine/world.h @@ -113,4 +113,4 @@ trace_t SV_Move(const vec_t *start, const vec_t *mins, const vec_t *maxs, const #ifdef REHLDS_OPT_PEDANTIC trace_t SV_Move_Point(const vec_t *start, const vec_t *end, int type, edict_t *passedict); -#endif // REHLDS_OPT_PEDANTIC \ No newline at end of file +#endif // REHLDS_OPT_PEDANTIC diff --git a/rehlds/engine/zone.h b/rehlds/engine/zone.h index 506402c..eff6819 100644 --- a/rehlds/engine/zone.h +++ b/rehlds/engine/zone.h @@ -101,4 +101,4 @@ void *Cache_Check(cache_user_t *c); void *Cache_Alloc(cache_user_t *c, int size, char *name); void Memory_Init(void *buf, int size); NOXREF NOBODY void Cache_Print_Models_And_Totals(void); -NOXREF NOBODY void Cache_Print_Sounds_And_Totals(void); \ No newline at end of file +NOXREF NOBODY void Cache_Print_Sounds_And_Totals(void); diff --git a/rehlds/public/keydefs.h b/rehlds/public/keydefs.h index 3e335bc..6dff13b 100644 --- a/rehlds/public/keydefs.h +++ b/rehlds/public/keydefs.h @@ -121,4 +121,4 @@ #define K_MOUSE4 244 #define K_MOUSE5 245 -#endif // KEYDEFS_H \ No newline at end of file +#endif // KEYDEFS_H diff --git a/rehlds/public/pman_particlemem.h b/rehlds/public/pman_particlemem.h index 05f79bc..0e67862 100644 --- a/rehlds/public/pman_particlemem.h +++ b/rehlds/public/pman_particlemem.h @@ -194,4 +194,4 @@ public: }; -#endif//PARTICLEMEM_H__ \ No newline at end of file +#endif//PARTICLEMEM_H__ diff --git a/rehlds/public/rehlds/rehlds_api.h b/rehlds/public/rehlds/rehlds_api.h index 748b8b7..2009ae3 100644 --- a/rehlds/public/rehlds/rehlds_api.h +++ b/rehlds/public/rehlds/rehlds_api.h @@ -298,4 +298,4 @@ public: virtual IRehldsFlightRecorder* GetFlightRecorder() = 0; }; -#define VREHLDS_HLDS_API_VERSION "VREHLDS_HLDS_API_VERSION001" \ No newline at end of file +#define VREHLDS_HLDS_API_VERSION "VREHLDS_HLDS_API_VERSION001" diff --git a/rehlds/public/rehlds/sys_shared.cpp b/rehlds/public/rehlds/sys_shared.cpp index 57e8eda..c9d0893 100644 --- a/rehlds/public/rehlds/sys_shared.cpp +++ b/rehlds/public/rehlds/sys_shared.cpp @@ -71,4 +71,4 @@ void Sys_CheckCpuInstructionsSupport(void) #endif cpuinfo.avx2 = (cpuid_data[1] & AVX2_FLAG) ? 1 : 0; // ebx -} \ No newline at end of file +} diff --git a/rehlds/public/steam/isteamhttp.h b/rehlds/public/steam/isteamhttp.h index f81475e..97eb691 100644 --- a/rehlds/public/steam/isteamhttp.h +++ b/rehlds/public/steam/isteamhttp.h @@ -173,4 +173,4 @@ struct HTTPRequestDataReceived_t #pragma pack( pop ) -#endif // ISTEAMHTTP_H \ No newline at end of file +#endif // ISTEAMHTTP_H diff --git a/rehlds/public/steam/steamhttpenums.h b/rehlds/public/steam/steamhttpenums.h index d43d33d..98cae57 100644 --- a/rehlds/public/steam/steamhttpenums.h +++ b/rehlds/public/steam/steamhttpenums.h @@ -91,4 +91,4 @@ enum EHTTPStatusCode k_EHTTPStatusCode505HTTPVersionNotSupported = 505, }; -#endif // STEAMHTTPENUMS_H \ No newline at end of file +#endif // STEAMHTTPENUMS_H diff --git a/rehlds/public/tier0/dbg.cpp b/rehlds/public/tier0/dbg.cpp index 3dfc222..df1c6ce 100644 --- a/rehlds/public/tier0/dbg.cpp +++ b/rehlds/public/tier0/dbg.cpp @@ -432,4 +432,4 @@ void* Plat_SimpleLog(const char* file, int line) fclose(f); return NULL; -} \ No newline at end of file +} diff --git a/rehlds/public/tier0/dbg.h b/rehlds/public/tier0/dbg.h index 3a7cd99..23e836e 100644 --- a/rehlds/public/tier0/dbg.h +++ b/rehlds/public/tier0/dbg.h @@ -450,4 +450,4 @@ private: //#endif //#endif -#endif /* DBG_H */ \ No newline at end of file +#endif /* DBG_H */ diff --git a/rehlds/public/tier0/platform.h b/rehlds/public/tier0/platform.h index a263ab8..40fd908 100644 --- a/rehlds/public/tier0/platform.h +++ b/rehlds/public/tier0/platform.h @@ -627,4 +627,4 @@ RETURN_TYPE FASTCALL __Function_##NAME::Run ARGS } -#endif /* PLATFORM_H */ \ No newline at end of file +#endif /* PLATFORM_H */ diff --git a/rehlds/public/utlbuffer.cpp b/rehlds/public/utlbuffer.cpp index d0498b2..69ba751 100644 --- a/rehlds/public/utlbuffer.cpp +++ b/rehlds/public/utlbuffer.cpp @@ -416,4 +416,4 @@ void CUtlBuffer::SeekPut(SeekType_t type, int offset) m_Put = m_Memory.NumAllocated() - offset; break; } -} \ No newline at end of file +} diff --git a/rehlds/public/utlmemory.h b/rehlds/public/utlmemory.h index 68353f3..8c61d1c 100644 --- a/rehlds/public/utlmemory.h +++ b/rehlds/public/utlmemory.h @@ -320,4 +320,4 @@ void CUtlMemory::Purge() } -#endif // UTLSTORAGE_H \ No newline at end of file +#endif // UTLSTORAGE_H diff --git a/rehlds/rehlds/jitasm.h b/rehlds/rehlds/jitasm.h index 233706b..7eb43ef 100644 --- a/rehlds/rehlds/jitasm.h +++ b/rehlds/rehlds/jitasm.h @@ -2530,7 +2530,7 @@ struct Frontend #endif void rcl(const Reg8& dst, const Reg8& shift) {AppendInstr(I_RCL, 0xD2, 0, Imm8(2), RW(dst), Dummy(R(shift),cl));} void rcl(const Mem8& dst, const Reg8& shift) {AppendInstr(I_RCL, 0xD2, 0, Imm8(2), RW(dst), Dummy(R(shift),cl));} - void rcl(const Reg8& dst, const Imm8& shift) {shift.GetImm() == 1 ? AppendInstr(I_RCL, 0xD0, 0, Imm8(2), RW(dst)) : AppendInstr(I_RCL, 0xC0, 0, Imm8(2), RW(dst), shift);} + void rcl(const Reg8& dst, const Imm8& shift) {shift.GetImm() == 1 ? AppendInstr(I_RCL, 0xD0, 0, Imm8(2), RW(dst)) : AppendInstr(I_RCL, 0xC0, 0, Imm8(2), RW(dst), shift);} void rcl(const Mem8& dst, const Imm8& shift) {shift.GetImm() == 1 ? AppendInstr(I_RCL, 0xD0, 0, Imm8(2), RW(dst)) : AppendInstr(I_RCL, 0xC0, 0, Imm8(2), RW(dst), shift);} void rcr(const Reg8& dst, const Reg8& shift) {AppendInstr(I_RCR, 0xD2, 0, Imm8(3), RW(dst), Dummy(R(shift),cl));} void rcr(const Mem8& dst, const Reg8& shift) {AppendInstr(I_RCR, 0xD2, 0, Imm8(3), RW(dst), Dummy(R(shift),cl));} diff --git a/rehlds/rehlds/rehlds_api_impl.cpp b/rehlds/rehlds/rehlds_api_impl.cpp index e34d2bc..6f5e538 100644 --- a/rehlds/rehlds/rehlds_api_impl.cpp +++ b/rehlds/rehlds/rehlds_api_impl.cpp @@ -494,4 +494,4 @@ IRehldsFlightRecorder* EXT_FUNC CRehldsApi::GetFlightRecorder() { return g_FlightRecorder; } -EXPOSE_SINGLE_INTERFACE(CRehldsApi, IRehldsApi, VREHLDS_HLDS_API_VERSION); \ No newline at end of file +EXPOSE_SINGLE_INTERFACE(CRehldsApi, IRehldsApi, VREHLDS_HLDS_API_VERSION); diff --git a/rehlds/rehlds/rehlds_interfaces_impl.h b/rehlds/rehlds/rehlds_interfaces_impl.h index 98dd23e..8616dcd 100644 --- a/rehlds/rehlds/rehlds_interfaces_impl.h +++ b/rehlds/rehlds/rehlds_interfaces_impl.h @@ -151,4 +151,4 @@ extern CGameClient** g_GameClients; extern void Rehlds_Interfaces_InitClients(); extern void Rehlds_Interfaces_FreeClients(); -extern IGameClient* GetRehldsApiClient(client_t* cl); \ No newline at end of file +extern IGameClient* GetRehldsApiClient(client_t* cl); diff --git a/rehlds/testsuite/recorder.cpp b/rehlds/testsuite/recorder.cpp index 368f22b..8fc4aa8 100644 --- a/rehlds/testsuite/recorder.cpp +++ b/rehlds/testsuite/recorder.cpp @@ -993,4 +993,4 @@ void CRecordingEngExtInterceptor::SteamAPI_UnregisterCallback(CCallbackBase *pCa pCallback->SetICallback(wrappee->GetICallback()); PopFunc(&frec); -} \ No newline at end of file +}