1
0
mirror of https://github.com/alliedmodders/hl2sdk.git synced 2025-09-20 04:26:03 +08:00
Files
hl2sdk/game/client/foundryhelpers_client.h

18 lines
364 B
C
Raw Normal View History

//====== Copyright <20> 1996-2005, Valve Corporation, All rights reserved. =======
//
// Purpose:
//
//=============================================================================
#ifndef FOUNDRYHELPERS_CLIENT_H
#define FOUNDRYHELPERS_CLIENT_H
#ifdef _WIN32
#pragma once
#endif
void FoundryHelpers_DrawAll();
#endif // FOUNDRYHELPERS_CLIENT_H