networking
This commit is contained in:
25
external/steamworks/steamworksexample/QuitMenu.h
vendored
Normal file
25
external/steamworks/steamworksexample/QuitMenu.h
vendored
Normal 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
|
||||
Reference in New Issue
Block a user