mirror of
https://github.com/nillerusr/source-engine.git
synced 2024-12-23 14:46:53 +00:00
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
|