16
0
mirror of https://github.com/MaSzyna-EU07/maszyna.git synced 2026-07-21 21:49:19 +02:00

support for K type brakes, tweaks to external camera positioning

This commit is contained in:
tmj-fstate
2017-02-28 17:33:54 +01:00
parent c49b774864
commit 58b183d462
5 changed files with 131 additions and 113 deletions

View File

@@ -35,9 +35,9 @@ private:
class TWorld
{
void InOutKey();
void InOutKey( bool const Near = true );
void FollowView(bool wycisz = true);
void DistantView();
void DistantView( bool const Near = false );
public:
bool Init(HWND NhWnd, HDC hDC);