mirror of
https://github.com/nillerusr/source-engine.git
synced 2024-12-24 07:06:50 +00:00
14 lines
392 B
C
14 lines
392 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
|