mirror of
https://github.com/celisej567/source-engine.git
synced 2026-01-05 22:09:59 +03:00
1
This commit is contained in:
16
game/client/c_sprite.h
Normal file
16
game/client/c_sprite.h
Normal file
@@ -0,0 +1,16 @@
|
||||
//========= 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
|
||||
Reference in New Issue
Block a user