mirror of
https://github.com/nillerusr/source-engine.git
synced 2025-01-14 09:07:59 +00:00
18 lines
347 B
C
18 lines
347 B
C
//====== Copyright © 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
|