From 772338f8cd62594d222d48466f558b002eb1efb8 Mon Sep 17 00:00:00 2001 From: Stijn Buys Date: Sun, 23 Mar 2008 19:16:12 +0000 Subject: model pointer caching --- src/core/model.h | 5 +++++ 1 file changed, 5 insertions(+) (limited to 'src/core/model.h') diff --git a/src/core/model.h b/src/core/model.h index 5deee35..5a3cd72 100644 --- a/src/core/model.h +++ b/src/core/model.h @@ -7,6 +7,11 @@ #ifndef __INCLUDED_CORE_MODEL_H__ #define __INCLUDED_CORE_MODEL_H__ +namespace core +{ +class Model; +} + #include #include #include -- cgit v1.2.3