mirror of
https://github.com/alliedmodders/hl2sdk.git
synced 2025-09-19 12:06:07 +08:00
Remove duplicated CSplitScreenSlot definition
This commit is contained in:

committed by
Nicholas Hastings

parent
aaaa2557a9
commit
248bd754f8
@ -142,21 +142,6 @@ struct CEntityIndex
|
||||
int _index;
|
||||
};
|
||||
|
||||
struct CSplitScreenSlot
|
||||
{
|
||||
CSplitScreenSlot( int index )
|
||||
{
|
||||
_index = index;
|
||||
}
|
||||
|
||||
int Get() const
|
||||
{
|
||||
return _index;
|
||||
}
|
||||
|
||||
int _index;
|
||||
};
|
||||
|
||||
//-----------------------------------------------------------------------------
|
||||
// Purpose: Interface the engine exposes to the game DLL and client DLL
|
||||
//-----------------------------------------------------------------------------
|
||||
|
Reference in New Issue
Block a user