css_enhanced_waf/game/client/c_sprite.h

17 lines
351 B
C
Raw Normal View History

2020-04-22 17:56:21 +01:00
//========= Copyright 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