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>2010-02-23 20:30:57 +0000
committerStijn Buys <ingar@osirion.org>2010-02-23 20:30:57 +0000
commit83757353860fa447c36d4078602efea36d7da94e (patch)
treed1d72ae7714bce8efb250c03a68f080bb4396415 /src/model/model.h
parentfe229598d7437a85988eb9255cd0f6bdb6e07cb7 (diff)
renamed model::Parts to model::Tags
Diffstat (limited to 'src/model/model.h')
-rw-r--r--src/model/model.h3
1 files changed, 2 insertions, 1 deletions
diff --git a/src/model/model.h b/src/model/model.h
index 30714d4..c8f60f1 100644
--- a/src/model/model.h
+++ b/src/model/model.h
@@ -12,7 +12,8 @@
#include <map>
#include "math/mathlib.h"
-#include "model/parts.h"
+
+#include "model/tags.h"
#include "model/fragment.h"
/// classes representing 3D geometry