From f96b3a5be4bd9b5193297a5b7f9ff260f467b141 Mon Sep 17 00:00:00 2001 From: Matthijs Kooijman Date: Mon, 11 Jun 2007 10:06:16 +0200 Subject: [PATCH] * ifdef back ~Item, to make everything compile and even link! --- ABM2/Playground.cpp | 2 ++ 1 file changed, 2 insertions(+) diff --git a/ABM2/Playground.cpp b/ABM2/Playground.cpp index edf5325..a115d52 100755 --- a/ABM2/Playground.cpp +++ b/ABM2/Playground.cpp @@ -501,11 +501,13 @@ Item:: Item(LPDIRECT3DTEXTURE9 t, int texnr, int subwidth, int subheight, int co subitem_height = subheight; subitem_width = subwidth; } +#endif // WIN32 Item::~Item() { } +#ifdef WIN32 void Item::Draw() { D3DXVECTOR3 center(0.0f, 0.0f, 0.0f); // center at the upper-left corner -- 2.30.2