Project::OSiRiON - Git repositories
Project::OSiRiON
News . About . Screenshots . Downloads . Forum . Wiki . Tracker . Git
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorStijn Buys <ingar@osirion.org>2008-03-23 19:16:12 +0000
committerStijn Buys <ingar@osirion.org>2008-03-23 19:16:12 +0000
commit772338f8cd62594d222d48466f558b002eb1efb8 (patch)
tree7cc5dc3bd2066d9d7cf7e00819cd67bd860881af /src/core/model.h
parent22e136d88817b64ec904a7e7232a2cf9e80e74bd (diff)
model pointer caching
Diffstat (limited to 'src/core/model.h')
-rw-r--r--src/core/model.h5
1 files changed, 5 insertions, 0 deletions
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 <vector>
#include <map>
#include <list>