cstrike15_src/game/shared/portal/weapon_paintgun_shared.h
2025-06-04 03:22:50 +02:00

17 lines
425 B
C

//========= Copyright © 1996-2009, Valve Corporation, All rights reserved. ============//
//
// Purpose: Shared variables, etc. for the paint gun.
//
//=============================================================================//
#ifndef WEAPON_PAINTGUN_SHARED_H
#define WEAPON_PAINTGUN_SHARED_H
enum PaintAmmoType
{
PAINT_AMMO_NONE,
PAINT_AMMO_GLOBAL,
PAINT_AMMO_PER_TYPE
};
#endif // ifndef WEAPON_PAINTGUN_SHARED_H