mirror of
https://github.com/alliedmodders/hl2sdk.git
synced 2025-12-11 16:18:41 +00:00
Remove Plat_IsInDebugSessionRaw. No longer exists
This commit is contained in:
parent
a2b25a98eb
commit
bdf731b2db
@ -703,11 +703,7 @@ typedef unsigned int uint;
|
|||||||
// Returns true if debugger attached, false otherwise
|
// Returns true if debugger attached, false otherwise
|
||||||
//-----------------------------------------------------------------------------
|
//-----------------------------------------------------------------------------
|
||||||
#if defined( PLATFORM_WINDOWS ) || defined( PLATFORM_LINUX ) || defined( PLATFORM_OSX )
|
#if defined( PLATFORM_WINDOWS ) || defined( PLATFORM_LINUX ) || defined( PLATFORM_OSX )
|
||||||
PLATFORM_INTERFACE bool Plat_IsInDebugSessionRaw();
|
PLATFORM_INTERFACE bool Plat_IsInDebugSession();
|
||||||
inline bool Plat_IsInDebugSession()
|
|
||||||
{
|
|
||||||
return Plat_IsInDebugSessionRaw();
|
|
||||||
}
|
|
||||||
PLATFORM_INTERFACE void Plat_DebugString( const tchar * );
|
PLATFORM_INTERFACE void Plat_DebugString( const tchar * );
|
||||||
#else
|
#else
|
||||||
inline bool Plat_IsInDebugSession() { return false; }
|
inline bool Plat_IsInDebugSession() { return false; }
|
||||||
|
|||||||
Loading…
Reference in New Issue
Block a user