mirror of
https://github.com/alliedmodders/hl2sdk.git
synced 2025-09-19 20:16:10 +08:00
Added original SDK code for Alien Swarm.
This commit is contained in:
17
game/client/foundryhelpers_client.h
Normal file
17
game/client/foundryhelpers_client.h
Normal file
@ -0,0 +1,17 @@
|
||||
//====== 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
|
Reference in New Issue
Block a user