mirror of
https://github.com/alliedmodders/hl2sdk.git
synced 2025-01-05 17:13:36 +08:00
14 lines
405 B
C
14 lines
405 B
C
//============ Copyright (c) Valve Corporation, All rights reserved. ============
|
|
//
|
|
// Purpose: Contains everything needed to create different gamestats tracking
|
|
// systems.
|
|
//
|
|
//===============================================================================
|
|
#ifndef ASW_GAMESTATS_SHARED_H
|
|
#define ASW_GAMESTATS_SHARED_H
|
|
#ifdef _WIN32
|
|
#pragma once
|
|
#endif
|
|
|
|
#endif // ASW_GAMESTATS_SHARED_H
|