diff options
Diffstat (limited to 'engine/profile.h')
| -rw-r--r-- | engine/profile.h | 22 |
1 files changed, 22 insertions, 0 deletions
diff --git a/engine/profile.h b/engine/profile.h new file mode 100644 index 0000000..e8ff539 --- /dev/null +++ b/engine/profile.h @@ -0,0 +1,22 @@ +//========= Copyright Valve Corporation, All rights reserved. ============// +// +// Purpose: +// +// $Workfile: $ +// $Date: $ +// +//----------------------------------------------------------------------------- +// $Log: $ +// +// $NoKeywords: $ +//=============================================================================// +#if !defined( PROFILE_H ) +#define PROFILE_H +#ifdef _WIN32 +#pragma once +#endif + +void Host_ReadConfiguration(); +void Host_WriteConfiguration( const char *filename = NULL, bool bAllVars = false ); + +#endif // PROFILE_H |