Counter Strike : Global Offensive Source Code
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

  1. //========= Copyright � 1996-2009, Valve Corporation, All rights reserved. ============//
  2. //
  3. //=============================================================================//
  4. #ifndef PAINT_STREAM_SHARED_H
  5. #define PAINT_STREAM_SHARED_H
  6. #ifdef _WIN32
  7. #pragma once
  8. #endif
  9. #ifdef CLIENT_DLL
  10. #include "c_paint_stream.h"
  11. #else
  12. #include "paint_stream.h"
  13. #endif
  14. #define PAINTBLOB_MAX_RADIUS 1.5f
  15. #endif //PAINT_STREAM_SHARED_H