Mercurial > fife-parpg
changeset 201:a9c4b895ed02
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.
author | vtchill@33b003aa-7bff-0310-803a-e67f0ece8222 |
---|---|
date | Fri, 13 Mar 2009 02:47:03 +0000 |
parents | 084004e91d62 |
children | 1d9154c535cf |
files | engine/core/controller/engine.h |
diffstat | 1 files changed, 1 insertions(+), 1 deletions(-) [+] |
line wrap: on
line diff
--- 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