X-Git-Url: https://git.stderr.nl/gitweb?p=matthijs%2FABM2.git;a=blobdiff_plain;f=ABM2%2FPlayground.h;h=ae495379ce398ca31e0585fb1fad507bb7d7c44f;hp=bed17cccd2a23abd3f565e2b816a82d5a174ce56;hb=ef328ea4a5e0e2f76f474d3b452e8b35b7fb2995;hpb=d63e638c48d3c251f0491a9c6a333a6268fcc794 diff --git a/ABM2/Playground.h b/ABM2/Playground.h index bed17cc..ae49537 100755 --- a/ABM2/Playground.h +++ b/ABM2/Playground.h @@ -33,8 +33,8 @@ public: int getFieldCenterX(); int getFieldCenterY(); private: -#ifdef WIN32 int x,y; +#ifdef WIN32 LPDIRECT3DTEXTURE9 texture; #endif // WIN32 }; @@ -65,6 +65,7 @@ private: #ifdef WIN32 LPDIRECT3DTEXTURE9 background; LPDIRECT3DTEXTURE9 foreground; +#endif // WIN32 Bomberman *bomberman; Item *field[PLAYGROUND_COLS][PLAYGROUND_ROWS]; @@ -75,5 +76,4 @@ private: void move_left(); DWORD old_counter; -#endif // WIN32 };