networking

This commit is contained in:
2025-07-13 15:47:42 +03:00
parent f5b26be510
commit a9c28b8940
345 changed files with 142130 additions and 174 deletions

View File

@@ -0,0 +1,25 @@
//========= Copyright © 1996-2008, Valve LLC, All rights reserved. ============
//
// Purpose: Class to define the pause game menu
//
// $NoKeywords: $
//=============================================================================
#ifndef QUITMENU_H
#define QUITMENU_H
#include <string>
#include <vector>
#include "GameEngine.h"
#include "SpaceWar.h"
#include "BaseMenu.h"
#include "SpaceWarClient.h"
class CQuitMenu : public CBaseMenu<EClientGameState>
{
public:
// Constructor
CQuitMenu( IGameEngine *pGameEngine );
};
#endif // QUITMENU_H