# HG changeset patch # User vtchill@33b003aa-7bff-0310-803a-e67f0ece8222 # Date 1236912423 0 # Node ID a9c4b895ed023fc7dc4f3338238d11081bd86589 # Parent 084004e91d620511f1d987686dda07007d9aaadb removed duplicate forward declaration for VFS in engine.h. Also added a forward declaration for SoundClipPool in engine.h because it has a pointer to a SoundClipPool. diff -r 084004e91d62 -r a9c4b895ed02 engine/core/controller/engine.h --- a/engine/core/controller/engine.h Fri Mar 13 02:27:14 2009 +0000 +++ b/engine/core/controller/engine.h Fri Mar 13 02:47:03 2009 +0000 @@ -55,8 +55,8 @@ class Model; class LogManager; class GuiFont; - class VFS; class Cursor; + class SoundClipPool; /** Engine acts as a controller to the whole system