ReGameDLL_CS/regamedll/public/idedicatedexports.h

25 lines
537 B
C
Raw Normal View History

2015-06-30 12:46:07 +03:00
//========= Copyright <20> 1996-2001, Valve LLC, All rights reserved. ============
//
// Purpose:
//
// $NoKeywords: $
//=============================================================================
#ifndef IDEDICATEDEXPORTS_H
#define IDEDICATEDEXPORTS_H
#ifdef _WIN32
#pragma once
#endif
#include "interface.h"
class IDedicatedExports
{
public:
virtual void Sys_Printf( char *text ) = 0;
};
#define VENGINE_DEDICATEDEXPORTS_API_VERSION "VENGINE_DEDICATEDEXPORTS_API_VERSION001"
#endif // IDEDICATEDEXPORTS_H