1
0
mirror of https://github.com/alliedmodders/hl2sdk.git synced 2025-09-20 04:26:03 +08:00

Fix ISource2Engine funcs being inaccessible.

This commit is contained in:
Nicholas Hastings
2016-12-14 16:05:48 -05:00
parent 2f3d9831c9
commit 8c7560bc3d

View File

@ -158,6 +158,7 @@ struct CSplitScreenSlot
//-----------------------------------------------------------------------------
abstract_class ISource2Engine : public IAppSystem
{
public:
// Is the game paused?
virtual bool IsPaused() = 0;