networking
This commit is contained in:
16
external/steamworks/steamworksexample/BaseMenu.cpp
vendored
Normal file
16
external/steamworks/steamworksexample/BaseMenu.cpp
vendored
Normal file
@@ -0,0 +1,16 @@
|
||||
//========= Copyright © 1996-2008, Valve LLC, All rights reserved. ============
|
||||
//
|
||||
// Purpose: Base class for various game menu screens
|
||||
//
|
||||
// $NoKeywords: $
|
||||
//=============================================================================
|
||||
|
||||
|
||||
#include "stdafx.h"
|
||||
#include "BaseMenu.h"
|
||||
|
||||
// Static data
|
||||
HGAMEFONT g_hMenuFont = 0;
|
||||
uint64 g_ulLastReturnKeyTick = 0;
|
||||
uint64 g_ulLastKeyDownTick = 0;
|
||||
uint64 g_ulLastKeyUpTick = 0;
|
||||
Reference in New Issue
Block a user