1
0
mirror of https://github.com/alliedmodders/hl2sdk.git synced 2024-12-23 01:59:43 +08:00
hl2sdk/cl_dll/c_sprite.h

17 lines
380 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