blob: 4955e46cbd02044b05d246196c1b2626fd102a65 (
plain) (
blame)
1
2
3
4
5
6
7
8
9
10
|
//========= Copyright Valve Corporation, All rights reserved. ============//
#ifndef HL2MP_GAMEINTERFACE_H
#define HL2MP_GAMEINTERFACE_H
#ifdef _WIN32
#pragma once
#endif
#include "gameinterface.h"
#endif
|