halflife-thewastes-sdk/dedicated/dedicated.h

25 lines
663 B
C
Raw Normal View History

2001-11-08 01:00:00 +01:00
//========= Copyright <20> 1996-2001, Valve LLC, All rights reserved. ============
//
// Purpose:
//
// $NoKeywords: $
//=============================================================================
2000-06-05 02:00:00 +02:00
// dedicated.h
#ifndef INC_DEDICATEDH
#define INC_DEDICATEDH
int Eng_Frame ( int fForce, double time );
int Eng_Load ( const char *cmdline, struct exefuncs_s *pef, int memory, void *pmembase, const char *psz, int iSubMode );
void Eng_Unload ( void);
void Eng_SetState ( int );
void Eng_SetSubState ( int );
char *CheckParm ( const char *psz, char **ppszValue = (char **)0 );
extern int gDLLState;
extern int gDLLStateInfo;
#endif