From ea046a32eeb90208b374f4e4e6f6ecadf224bdc6 Mon Sep 17 00:00:00 2001 From: Piotr Dziwinski Date: Fri, 23 Mar 2012 22:08:59 +0100 Subject: Fixed includes and GCC syntax errors --- src/light.h | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) (limited to 'src/light.h') diff --git a/src/light.h b/src/light.h index 802dc24..ae2bcfb 100644 --- a/src/light.h +++ b/src/light.h @@ -20,6 +20,8 @@ #define _LIGHT_H_ +#include "d3dengine.h" + class CInstanceManager; class CD3DEngine; @@ -62,7 +64,7 @@ class CLight { public: CLight(CInstanceManager *iMan, CD3DEngine* engine); - ~CLight(); + virtual ~CLight(); void SetD3DDevice(LPDIRECT3DDEVICE7 device); -- cgit v1.2.3-1-g7c22