10 lines
206 B
C
10 lines
206 B
C
//========= Copyright Valve Corporation, All rights reserved. ============//
|
|
#ifndef HL2MP_GAMEINTERFACE_H
|
|
#define HL2MP_GAMEINTERFACE_H
|
|
#ifdef _WIN32
|
|
#pragma once
|
|
#endif
|
|
|
|
#include "gameinterface.h"
|
|
|
|
#endif |