source2006/cl_dll/c_sprite.h
2020-02-25 05:28:57 +02:00

16 lines
364 B
C

//========= Copyright © 1996-2005, Valve Corporation, All rights reserved. ============//
//
// Purpose:
//
// $NoKeywords: $
//=============================================================================//
#if !defined( C_SPRITE_H )
#define C_SPRITE_H
#ifdef _WIN32
#pragma once
#endif
#include "sprite.h"
#include "c_pixel_visibility.h"
#endif // C_SPRITE_H