mirror of
https://github.com/celisej567/source-engine.git
synced 2026-09-19 20:09:06 +03:00
1
This commit is contained in:
15
game/server/dod/dod_gameinterface.h
Normal file
15
game/server/dod/dod_gameinterface.h
Normal file
@@ -0,0 +1,15 @@
|
||||
//========= Copyright Valve Corporation, All rights reserved. ============//
|
||||
//
|
||||
// Purpose:
|
||||
//
|
||||
//=============================================================================//
|
||||
|
||||
#ifndef DOD_GAMEINTERFACE_H
|
||||
#define DOD_GAMEINTERFACE_H
|
||||
#ifdef _WIN32
|
||||
#pragma once
|
||||
#endif
|
||||
|
||||
#include "gameinterface.h"
|
||||
|
||||
#endif // DOD_GAMEINTERFACE_H
|
||||
Reference in New Issue
Block a user