csgo-2018-source/game/shared/portal/paint_stream_shared.h
2021-07-24 21:11:47 -07:00

21 lines
424 B
C

//========= Copyright © 1996-2009, Valve Corporation, All rights reserved. ============//
//
//=============================================================================//
#ifndef PAINT_STREAM_SHARED_H
#define PAINT_STREAM_SHARED_H
#ifdef _WIN32
#pragma once
#endif
#ifdef CLIENT_DLL
#include "c_paint_stream.h"
#else
#include "paint_stream.h"
#endif
#define PAINTBLOB_MAX_RADIUS 1.5f
#endif //PAINT_STREAM_SHARED_H