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>2009-08-12 12:03:18 +0000
committerStijn Buys <ingar@osirion.org>2009-08-12 12:03:18 +0000
commit183f0f0b905715f0d89b38174fdfd44641c1a79c (patch)
tree6cae553ac6284044002fb668c7991da27291825d /src/render/particles.h
parent8bf8afe68ca15c61b0dea1f5c1ef5fc7186dca0f (diff)
src/model filenames cleanup, parse .map texture coordinates, early loading of material textures
Diffstat (limited to 'src/render/particles.h')
-rw-r--r--src/render/particles.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/render/particles.h b/src/render/particles.h
index a36b142..cf0f5eb 100644
--- a/src/render/particles.h
+++ b/src/render/particles.h
@@ -13,7 +13,7 @@
#include "math/color.h"
#include "math/vector3f.h"
#include "core/entity.h"
-#include "model/classes.h"
+#include "model/parts.h"
namespace render {