Remove duplicated CSplitScreenSlot definition

This commit is contained in:
Nick Hastings 2023-05-14 11:32:28 -04:00 committed by Nicholas Hastings
parent aaaa2557a9
commit 248bd754f8

View File

@ -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
//-----------------------------------------------------------------------------