Team Fortress 2 Source Code as on 22/4/2020
 
 
 
 
 
 

15 lines
317 B

//========= Copyright Valve Corporation, All rights reserved. ============//
//
// Purpose:
//
//=============================================================================
#ifndef GAMEUI_UTIL_H
#define GAMEUI_UTIL_H
#ifdef _WIN32
#pragma once
#endif
char *VarArgs( char *format, ... );
#endif // GAMEUI_UTIL_H