You can not select more than 25 topics
Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
20 lines
444 B
20 lines
444 B
//========= 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
|