X-Git-Url: https://git.stderr.nl/gitweb?p=matthijs%2FABM2.git;a=blobdiff_plain;f=ABM2%2FEngine%2FVideoUpdate.h;h=a859bd163b56c73ff0cd03171d9a5b520f2848df;hp=b8273c5eeff43d88ef163f6b147ed49da803da57;hb=357a451150c18b27f99cecd5f9d13be1ae5a9fdf;hpb=0b314338a46fe83c1c4bb646da858ebd5d4a7317 diff --git a/ABM2/Engine/VideoUpdate.h b/ABM2/Engine/VideoUpdate.h index b8273c5..a859bd1 100755 --- a/ABM2/Engine/VideoUpdate.h +++ b/ABM2/Engine/VideoUpdate.h @@ -9,12 +9,13 @@ #pragma once #endif // _MSC_VER > 1000 +#ifdef WIN32 #include #include #include "engine.h" extern LPDIRECT3DDEVICE9 d3ddev; // the pointer to the device class - +#endif // WIN32 class CVideoUpdate : public ITask { public: @@ -28,10 +29,10 @@ public: bool Start(); void Update(); void Stop(); - +#ifdef WIN32 private: LPDIRECT3D9 d3d; // the pointer to our Direct3D interface +#endif //WIN32 }; - #endif // !defined(AFX_VIDEOUPDATE_H__FB4B263B_4FA7_4700_BB70_EE5CB1768E83__INCLUDED_)