RunningScript: 1/12

This commit is contained in:
Nikolay Korolev 2019-07-09 23:38:05 +03:00
parent a2cecd4e97
commit 11ae1b06ae
7 changed files with 715 additions and 4 deletions

View file

@ -463,6 +463,7 @@ int m_iModeObbeCamIsInForCar;
void DrawBordersForWideScreen(void);
void Restore(void);
void SetWidescreenOff(void);
void CamShake(float);
void dtor(void) { this->CCamera::~CCamera(); }
};