sync with upstream

This commit is contained in:
Nikolay Korolev
2019-07-09 23:39:29 +03:00
38 changed files with 1065 additions and 86 deletions

View File

@@ -454,6 +454,8 @@ int m_iModeObbeCamIsInForCar;
void ProcessMusicFade(void);
void SetFadeColour(uint8 r, uint8 g, uint8 b);
void CamShake(float strength, float x, float y, float z);
void SetMotionBlur(int r, int g, int b, int a, int type);
void SetMotionBlurAlpha(int a);
void RenderMotionBlur(void);