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.

16 lines
441 B

  1. //========= Copyright � 1996-2009, Valve Corporation, All rights reserved. ============//
  2. //
  3. // Purpose: Shared variables, etc. for the paint gun.
  4. //
  5. //=============================================================================//
  6. #ifndef WEAPON_PAINTGUN_SHARED_H
  7. #define WEAPON_PAINTGUN_SHARED_H
  8. enum PaintAmmoType
  9. {
  10. PAINT_AMMO_NONE,
  11. PAINT_AMMO_GLOBAL,
  12. PAINT_AMMO_PER_TYPE
  13. };
  14. #endif // ifndef WEAPON_PAINTGUN_SHARED_H