This repository has been archived on 2024-06-13. You can view files and clone it, but cannot push or open issues or pull requests.
2020-08-04 13:13:01 -04:00

19 lines
584 B
C

//========= Copyright Valve Corporation, All rights reserved. ============//
//
// Purpose: Rumble effects mixer for XBox
//
// $NoKeywords: $
//
//=============================================================================//
#pragma once
#ifndef C_RUMBLE_H
#define C_RUMBLE_H
extern void RumbleEffect(unsigned char effectIndex, unsigned char rumbleData,
unsigned char rumbleFlags);
extern void UpdateRumbleEffects();
extern void UpdateScreenShakeRumble(float shake, float balance = 0);
extern void EnableRumbleOutput(bool bEnable);
#endif // C_RUMBLE_H